aboutsummaryrefslogtreecommitdiffstats
path: root/tests/debug/debug_test.c
diff options
context:
space:
mode:
authorJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:33:57 -0400
committerJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:33:57 -0400
commit5a45b156d4165fed159a290c46676d1383ffcc80 (patch)
tree3689fb40b5b432140fd48822973b760af93080a6 /tests/debug/debug_test.c
parent03fd8d014f9871896a86534432c8757d65a576fe (diff)
New upstream version 0.9.14upstream/0.9.14
Diffstat (limited to 'tests/debug/debug_test.c')
-rw-r--r--tests/debug/debug_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debug/debug_test.c b/tests/debug/debug_test.c
index 6800021b8..fb5ce7a16 100644
--- a/tests/debug/debug_test.c
+++ b/tests/debug/debug_test.c
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
{
struct log_target *stderr_target;
- log_init(&log_info);
+ log_init(&log_info, NULL);
stderr_target = log_target_create_stderr();
log_add_target(stderr_target);
log_set_all_filter(stderr_target, 1);