summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-18 06:46:01 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-18 06:46:01 +0000
commita9fcf4ced2cb19207ce65cfe7b4544ec1456da2e (patch)
treee8da8d69520a35f0955f7ac97603ef0722bdf500
parent4f5e607389c0be385c3230b6dc2083a97ca79f07 (diff)
downloadtor-a9fcf4ced2cb19207ce65cfe7b4544ec1456da2e.tar.gz
tor-a9fcf4ced2cb19207ce65cfe7b4544ec1456da2e.zip
this is why you're not supposed to cut-and-paste code
svn:r6037
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 5bd2c4e91f..47920aca40 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -2947,7 +2947,7 @@ options_init_logs(or_options_t *options, int validate_only)
}
} 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) {