mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
oops, bugfix
svn:r572
This commit is contained in:
parent
b9628f266f
commit
8df0eee16a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue