diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-08 20:45:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-08 20:45:29 +0000 |
commit | 43709a9c3d4d475455734fd5ec24ca1d9c0d84bb (patch) | |
tree | 8a15259602450dba82fe2acc1d7a7cc8efcab8da | |
parent | c45845204ab5e96490e438fd659b6123b2a2bdc9 (diff) | |
download | tor-43709a9c3d4d475455734fd5ec24ca1d9c0d84bb.tar.gz tor-43709a9c3d4d475455734fd5ec24ca1d9c0d84bb.zip |
clean up the log warn a bit
svn:r4357
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 651d8b1ceb..66aa624e6e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1001,7 +1001,7 @@ resolve_my_address(or_options_t *options, uint32_t *addr) if (!options->DirServers) { /* if they are using the default dirservers, disallow internal IPs always. */ 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); return -1; } |