r11929@catbus: nickm | 2007-02-24 15:02:43 -0500

Split possibly long log line.


svn:r9643
This commit is contained in:
Nick Mathewson
2007-02-24 20:02:47 +00:00
parent 501659e67c
commit b4243d7dfa
+2 -2
View File
@@ -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);