Notification iterator: transform precondition checks to BT_ASSERT_PRE()
[babeltrace.git] / lib / graph / notification / inactivity.c
index 181625db16c880509a324e2315f30c09c6a86e86..0b5ec96e417a2b98c59f887d73b659f7caa2e59f 100644 (file)
@@ -154,7 +154,7 @@ int bt_notification_inactivity_set_clock_value(
 
        BT_ASSERT_PRE_NON_NULL(notification, "Notification");
        BT_ASSERT_PRE_NON_NULL(clock_value, "Clock value");
-       BT_ASSERT_PRE_HOT(notification, "notification",
+       BT_ASSERT_PRE_HOT(notification, "Notification",
                ": +%!+n", notification);
        BT_ASSERT_PRE_NOTIF_IS_TYPE(notification,
                BT_NOTIFICATION_TYPE_INACTIVITY);
This page took 0.023338 seconds and 4 git commands to generate.