summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-20 16:13:21 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-20 16:13:21 +0000
commita200f442fb0593f45b5c68af9ce022300bc28f3a (patch)
tree53feeea8b8bca0554b2134c058650c4db40ecfaf /src/or/control.c
parent76d40372fcb963b906beef37f756f31f9727ee0e (diff)
downloadtor-a200f442fb0593f45b5c68af9ce022300bc28f3a.tar.gz
tor-a200f442fb0593f45b5c68af9ce022300bc28f3a.zip
avoid double-punctuation when we're reporting errors from the
config functions to the controller. svn:r11221
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
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: