From 43709a9c3d4d475455734fd5ec24ca1d9c0d84bb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 8 Jun 2005 20:45:29 +0000 Subject: [PATCH] clean up the log warn a bit svn:r4357 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }