aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_logging.c
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2014-03-23 09:24:26 -0700
committerNick Mathewson <nickm@torproject.org>2014-07-16 12:16:49 +0200
commit15e170e01b3f67325f952d0becda0438fa879907 (patch)
tree3c9f235db67491c0708a5fccfaf34cfa95ce548b /src/test/test_logging.c
parent98541f2892335a5a512a6c01b2f2227bde1d649e (diff)
downloadtor-15e170e01b3f67325f952d0becda0438fa879907.tar.gz
tor-15e170e01b3f67325f952d0becda0438fa879907.zip
Add an option to overwrite logs
* Issue #5583
Diffstat (limited to 'src/test/test_logging.c')
-rw-r--r--src/test/test_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_logging.c b/src/test/test_logging.c
index 7e558f83b1..9f57000bea 100644
--- a/src/test/test_logging.c
+++ b/src/test/test_logging.c
@@ -89,7 +89,7 @@ test_sigsafe_err(void *arg)
init_logging();
mark_logs_temp();
- add_file_log(&include_bug, fn);
+ add_file_log(&include_bug, fn, 0);
tor_log_update_sigsafe_err_fds();
close_temp_logs();