Przeglądaj źródła

oops, bugfix

svn:r572
Roger Dingledine 20 lat temu
rodzic
commit
8df0eee16a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/common/log.c

+ 1 - 1
src/common/log.c

@@ -149,7 +149,7 @@ void add_stream_log(int loglevel, const char *name, FILE *stream)
   lf->filename = name;
   lf->needs_close = 0;
   lf->loglevel = loglevel;
-  lf->max_loglevel = LOG_EMERG;
+  lf->max_loglevel = LOG_ERR;
   lf->file = stream;
   lf->next = logfiles;
   logfiles = lf;