From a200f442fb0593f45b5c68af9ce022300bc28f3a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 20 Aug 2007 16:13:21 +0000 Subject: [PATCH] avoid double-punctuation when we're reporting errors from the config functions to the controller. svn:r11221 --- src/or/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/control.c b/src/or/control.c index 7847c67cbd..f4aef02d40 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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: