mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11929@catbus: nickm | 2007-02-24 15:02:43 -0500
Split possibly long log line. svn:r9643
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user