diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index b452519642..d8197c5ed8 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -364,7 +364,8 @@ close_log(logfile_t *victim) /** Add a log handler to send all messages of severity <b>loglevel</b> * or higher to <b>stream</b>. */ void -add_stream_log(int loglevelMin, int loglevelMax, const char *name, FILE *stream) +add_stream_log(int loglevelMin, int loglevelMax, + const char *name, FILE *stream) { logfile_t *lf; lf = tor_malloc_zero(sizeof(logfile_t)); |