소스 검색

avoid double-punctuation when we're reporting errors from the
config functions to the controller.


svn:r11221

Roger Dingledine 17 년 전
부모
커밋
a200f442fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/control.c

+ 1 - 1
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: