X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fnotification%2Finactivity.c;h=0b5ec96e417a2b98c59f887d73b659f7caa2e59f;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=181625db16c880509a324e2315f30c09c6a86e86;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/lib/graph/notification/inactivity.c b/lib/graph/notification/inactivity.c index 181625db..0b5ec96e 100644 --- a/lib/graph/notification/inactivity.c +++ b/lib/graph/notification/inactivity.c @@ -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);