]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
don't freak people out as much with the warning message
authorRoger Dingledine <arma@torproject.org>
Tue, 30 Mar 2004 00:06:59 +0000 (00:06 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 30 Mar 2004 00:06:59 +0000 (00:06 +0000)
svn:r1378

src/or/config.c

index a472f7ea49111baf22318099f8957f61cd3649a3..4bec39d043563a2f06062073f3b82f43ba569a25 100644 (file)
@@ -501,7 +501,7 @@ int getconfig(int argc, char **argv, or_options_t *options) {
   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;