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) {