diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:28:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:28:07 -0500 |
commit | a1dd8afc16ebeacceb5b4093ef01e2ad8f21ad6c (patch) | |
tree | 3d4cb5e1b1b26d1115beb1616b6dc04c83bf7fc1 /src/or/main.c | |
parent | 066a15af635b1e75476834812f6a326eecf9aa98 (diff) | |
parent | a03488954c15b2fe2643d19c5530d9c927665b6f (diff) | |
download | tor-a1dd8afc16ebeacceb5b4093ef01e2ad8f21ad6c.tar.gz tor-a1dd8afc16ebeacceb5b4093ef01e2ad8f21ad6c.zip |
Merge branch '25162_zstd_static'
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 7276917e43..aea781a0f2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3332,6 +3332,8 @@ tor_init(int argc, char *argv[]) if (strstr(version, "alpha") || strstr(version, "beta")) log_notice(LD_GENERAL, "This version is not a stable Tor release. " "Expect more bugs than usual."); + + tor_compress_log_init_warnings(); } #ifdef HAVE_RUST |