瀏覽代碼

this is why you're not supposed to cut-and-paste code

svn:r6037
Roger Dingledine 19 年之前
父節點
當前提交
a9fcf4ced2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/config.c

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