Commit a9fcf4ce authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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


svn:r6037
parent 4f5e6073
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {