summaryrefslogtreecommitdiffstats
path: root/t/test_umberlog.c
diff options
context:
space:
mode:
Diffstat (limited to 't/test_umberlog.c')
-rw-r--r--t/test_umberlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test_umberlog.c b/t/test_umberlog.c
index c3fdac8..6bf1701 100644
--- a/t/test_umberlog.c
+++ b/t/test_umberlog.c
@@ -253,11 +253,11 @@ START_TEST (test_closelog)
openlog ("umberlog/test_closelog", LOG_UL_NODISCOVER, LOG_LOCAL0);
closelog ();
- msg = ul_format (LOG_LOCAL1 | LOG_DEBUG, "%s", __FUNCTION__, NULL);
+ msg = ul_format (LOG_DEBUG, "%s", __FUNCTION__, NULL);
jo = parse_msg (msg);
free (msg);
- verify_value (jo, "facility", "local1");
+ verify_value (jo, "facility", "local0");
json_object_put (jo);
}