diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index fed4128167..23bae48209 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -3504,6 +3504,8 @@ main(int c, char**v) int verbose = 0, any_selected = 0; int loglevel = LOG_ERR; + init_logging(); + for (i = 1; i < c; ++i) { if (!strcmp(v[i], "-v") || !strcmp(v[i], "--verbose")) verbose++; |