[or-cvs] this is why you"re not supposed to cut-and-paste code

arma at seul.org arma at seul.org
Sat Feb 18 06:46:03 UTC 2006


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

Modified Files:
	config.c 
Log Message:
this is why you're not supposed to cut-and-paste code


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -p -d -r1.515 -r1.516
--- config.c	18 Feb 2006 02:02:21 -0000	1.515
+++ config.c	18 Feb 2006 06:46:01 -0000	1.516
@@ -2947,7 +2947,7 @@ options_init_logs(or_options_t *options,
       }
     } else if (!strcasecmp(smartlist_get(elts,1), "stderr")) {
       if (daemon) {
-        log_warn(LD_CONFIG, "Can't log to stdout with RunAsDaemon set.");
+        log_warn(LD_CONFIG, "Can't log to stderr with RunAsDaemon set.");
         ok = 0; goto cleanup;
       }
       if (!validate_only) {



More information about the tor-commits mailing list