[or-cvs] make it more obvious that we have just told them their new ...

Roger Dingledine arma at seul.org
Wed Nov 10 03:08:05 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:
make it more obvious that we have just told them their new torrc log line.


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- config.c	10 Nov 2004 00:11:37 -0000	1.239
+++ config.c	10 Nov 2004 03:08:03 -0000	1.240
@@ -1614,7 +1614,7 @@
     return -1;
   }
 
-  log_fn(LOG_WARN, "The old LogLevel/LogFile/DebugLogFile/SysLog options are deprecated, and will go away soon.  New format: 'Log %s'", buf);
+  log(LOG_WARN, "The old LogLevel/LogFile/DebugLogFile/SysLog options are deprecated, and will go away soon.  Your new torrc line should be: 'Log %s'", buf);
   options->Logs = config_line_prepend(options->Logs, "Log", buf);
   return 0;
 }



More information about the tor-commits mailing list