From 7fcceb2c25b3abdbe4c775607a0d157e9d578318 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 4 Mar 2007 20:11:46 +0000 Subject: r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733 --- src/or/circuituse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/circuituse.c') diff --git a/src/or/circuituse.c b/src/or/circuituse.c index b145474079..cc26e42f20 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -849,7 +849,7 @@ circuit_launch_by_extend_info(uint8_t purpose, int onehop_tunnel, break; default: log_warn(LD_BUG, - "Bug: unexpected purpose %d when cannibalizing a circ.", + "unexpected purpose %d when cannibalizing a circ.", purpose); tor_fragile_assert(); return NULL; -- cgit v1.2.3-54-g00ecf