diff options
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 353c23592e..1794b366b5 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; } |