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/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index 5917699f4..98123f889 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -944,7 +944,7 @@ router_rebuild_descriptor(int force) ri->cache_info.signed_descriptor_body = tor_malloc(8192); if (router_dump_router_to_string(ri->cache_info.signed_descriptor_body, 8192, ri, get_identity_key())<0) { - log_warn(LD_BUG, "Bug: Couldn't generate router descriptor."); + log_warn(LD_BUG, "Couldn't generate router descriptor."); return -1; } ri->cache_info.signed_descriptor_len = -- cgit v1.2.3