Browse Source

clearer warning message

svn:r1173
Roger Dingledine 22 years ago
parent
commit
3fb9c869a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -479,7 +479,7 @@ int getconfig(int argc, char **argv, or_options_t *options) {
   }
 
   if(previous_orport == 0 && options->ORPort > 0) {
-    log_fn(LOG_WARN,"During reload, change from ORPort=0 to =%d not allowed. Failing.",options->ORPort);
+    log_fn(LOG_WARN,"During reload, change from ORPort=0 to >0 not allowed. Failing.");
     return -1;
   }