[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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;