[or-cvs] r11221: avoid double-punctuation when we're reporting errors from th (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Aug 20 16:13:22 UTC 2007


Author: arma
Date: 2007-08-20 12:13:21 -0400 (Mon, 20 Aug 2007)
New Revision: 11221

Modified:
   tor/trunk/src/or/control.c
Log:
avoid double-punctuation when we're reporting errors from the
config functions to the controller.


Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2007-08-20 16:03:19 UTC (rev 11220)
+++ tor/trunk/src/or/control.c	2007-08-20 16:13:21 UTC (rev 11221)
@@ -704,7 +704,7 @@
                               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:



More information about the tor-commits mailing list