mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
make the initial temp log only notice-err, not info-err
svn:r3274
This commit is contained in:
parent
82c5381ecb
commit
1f3e77bf92
@ -337,7 +337,7 @@ void add_stream_log(int loglevelMin, int loglevelMax, const char *name, FILE *st
|
||||
*/
|
||||
void add_temp_log(void)
|
||||
{
|
||||
add_stream_log(LOG_INFO, LOG_ERR, "<temp>", stdout);
|
||||
add_stream_log(LOG_NOTICE, LOG_ERR, "<temp>", stdout);
|
||||
logfiles->is_temporary = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user