diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index c9ac54dc8e..22c3175e61 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1945,6 +1945,7 @@ tor_main(int argc, char *argv[]) _tor_dmalloc_free); log_notice(LD_CONFIG, "Set up dmalloc; returned %d", r); #endif + init_logging(); #ifdef NT_SERVICE { int done = 0; |