[or-cvs] clearer warning message

Roger Dingledine arma at seul.org
Sat Feb 28 23:31:17 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	config.c 
Log Message:
clearer warning message


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- config.c	28 Feb 2004 23:30:41 -0000	1.87
+++ config.c	28 Feb 2004 23:31:15 -0000	1.88
@@ -479,7 +479,7 @@
   }
 
   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;
   }
 



More information about the tor-commits mailing list