[or-cvs] don"t freak people out as much with the warning message

Roger Dingledine arma at seul.org
Tue Mar 30 00:07:02 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:
don't freak people out as much with the warning message


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- config.c	21 Mar 2004 03:03:10 -0000	1.100
+++ config.c	30 Mar 2004 00:06:59 -0000	1.101
@@ -501,7 +501,7 @@
   cf = config_open(fname);
   if(!cf) {
     if(using_default_torrc == 1) {
-      log(LOG_WARN, "Configuration file '%s' not found. Using defaults.",fname);
+      log(LOG_WARN, "Configuration file '%s' not found, using defaults (this is fine).",fname);
       /* XXX change this WARN to INFO once we start using this feature */
       if(config_assign_default(options) < 0)
         return -1;



More information about the tor-commits mailing list