[or-cvs] clean up the log warn a bit
arma at seul.org
arma at seul.org
Wed Jun 8 20:45:31 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
clean up the log warn a bit
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -d -r1.357 -r1.358
--- config.c 8 Jun 2005 20:35:28 -0000 1.357
+++ config.c 8 Jun 2005 20:45:29 -0000 1.358
@@ -1001,7 +1001,7 @@
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;
}
More information about the tor-commits
mailing list