diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-02 22:13:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-02 22:13:42 +0000 |
commit | 4c56ac93ca800a6617123f76f52a4c3df90e594c (patch) | |
tree | 82309ef0e1b8337569255105e4629abe5824ede5 /src/or/control.c | |
parent | 4de9f45d6f24b991d6d30c2f85c1fc50604b8fd3 (diff) | |
download | tor-4c56ac93ca800a6617123f76f52a4c3df90e594c.tar tor-4c56ac93ca800a6617123f76f52a4c3df90e594c.tar.gz |
r8851@totoro: nickm | 2006-10-02 18:13:27 -0400
Remove/clarify some XXXs for no longer being accurate; for begin things we do not indend to fix; for already being parts of big todo issues (like "/* XXX ipv6 */"); etc. Also fix some spaces.
svn:r8580
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 353c23592..1794b366b 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -726,7 +726,8 @@ control_setconf_helper(control_connection_t *conn, uint32_t len, char *body, tor_free(config); } else { if (config_get_lines(body, &lines) < 0) { - log_warn(LD_CONTROL,"V0 controller gave us config lines we can't parse."); + log_warn(LD_CONTROL, + "V0 controller gave us config lines we can't parse."); send_control0_error(conn, ERR_SYNTAX, "Couldn't parse configuration"); return 0; } |