ソースを参照

Remove an extraneous space in a log message

teor (Tim Wilson-Brown) 8 年 前
コミット
10330c1234
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -1953,7 +1953,7 @@ router_build_fresh_descriptor(routerinfo_t **r, extrainfo_t **e)
           log_warn(LD_CONFIG,
           log_warn(LD_CONFIG,
                    "Unable to use configured IPv6 address \"%s\" in a "
                    "Unable to use configured IPv6 address \"%s\" in a "
                    "descriptor. Skipping it. "
                    "descriptor. Skipping it. "
-                   "Try specifying a globally reachable address explicitly. ",
+                   "Try specifying a globally reachable address explicitly.",
                    tor_addr_to_str(addrbuf, &p->addr, sizeof(addrbuf), 1));
                    tor_addr_to_str(addrbuf, &p->addr, sizeof(addrbuf), 1));
         }
         }
       }
       }