From: Nick Mathewson Date: Sat, 24 Feb 2007 20:02:47 +0000 (+0000) Subject: r11929@catbus: nickm | 2007-02-24 15:02:43 -0500 X-Git-Tag: tor-0.1.2.8-beta~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4243d7dfae53923a28b5dd392685083867e899f;p=thirdparty%2Ftor.git r11929@catbus: nickm | 2007-02-24 15:02:43 -0500 Split possibly long log line. svn:r9643 --- diff --git a/src/or/router.c b/src/or/router.c index 556bb431f1..17c7581853 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1316,8 +1316,8 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router, ri_tmp = router_parse_entry_from_string(cp, NULL, 1); if (!ri_tmp) { log_err(LD_BUG, - "We just generated a router descriptor we can't parse: <<%s>>", - s); + "We just generated a router descriptor we can't parse."); + log_err(LD_BUG, "Descriptor was: <<%s>>", s); return -1; } tor_free(s_dup);