mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
avoid double-punctuation when we're reporting errors from the
config functions to the controller. svn:r11221
This commit is contained in:
parent
76d40372fc
commit
a200f442fb
@ -704,7 +704,7 @@ control_setconf_helper(control_connection_t *conn, uint32_t len, char *body,
|
||||
clear_first, &errstring)) < 0) {
|
||||
const char *msg;
|
||||
log_warn(LD_CONTROL,
|
||||
"Controller gave us config lines that didn't validate: %s.",
|
||||
"Controller gave us config lines that didn't validate: %s",
|
||||
errstring);
|
||||
switch (r) {
|
||||
case -1:
|
||||
|
Loading…
Reference in New Issue
Block a user