[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] this is why you"re not supposed to cut-and-paste code
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) {