summaryrefslogtreecommitdiff
path: root/tests/lib/northbound/test_oper_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/northbound/test_oper_data.c')
-rw-r--r--tests/lib/northbound/test_oper_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/northbound/test_oper_data.c b/tests/lib/northbound/test_oper_data.c
index fdc9e53ca3..3d700d8a19 100644
--- a/tests/lib/northbound/test_oper_data.c
+++ b/tests/lib/northbound/test_oper_data.c
@@ -427,7 +427,7 @@ static void vty_do_exit(int isexit)
yang_terminate();
event_master_free(master);
- log_memstats(stderr, "test-nb-oper-data");
+ log_memstats(NULL, true);
if (!isexit)
exit(0);
}