浏览代码

clean up the log warn a bit

svn:r4357
Roger Dingledine 20 年之前
父节点
当前提交
43709a9c3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -1001,7 +1001,7 @@ resolve_my_address(or_options_t *options, uint32_t *addr)
     if (!options->DirServers) {
     if (!options->DirServers) {
       /* if they are using the default dirservers, disallow internal IPs always. */
       /* if they are using the default dirservers, disallow internal IPs always. */
       log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. "
       log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. "
-             "Servers must use public IP addresses.",
+             "Tor servers that use the default DirServers must have public IP addresses.",
              hostname, tmpbuf);
              hostname, tmpbuf);
       return -1;
       return -1;
     }
     }