Explorar el Código

oops, bugfix

svn:r572
Roger Dingledine hace 20 años
padre
commit
8df0eee16a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;