Standardize log levels used by logging statements across the project
[babeltrace.git] / src / lib / graph / message / stream-activity.c
index dc840bead0a8266490d42f28b2e54b451f6ec40a..0058ccfbfd9982e9987569d926dbafaa63e5b755 100644 (file)
@@ -176,7 +176,7 @@ void set_stream_activity_message_default_clock_snapshot(
                value_cycles);
        stream_act_msg->default_cs_state =
                BT_MESSAGE_STREAM_ACTIVITY_CLOCK_SNAPSHOT_STATE_KNOWN;
-       BT_LIB_LOGV("Set stream activity message's default clock snapshot: "
+       BT_LIB_LOGD("Set stream activity message's default clock snapshot: "
                "%![msg-]+n, value=%" PRIu64, msg, value_cycles);
 }
 
@@ -246,7 +246,7 @@ void set_stream_activity_message_default_clock_snapshot_state(
                msg,
                bt_message_stream_activity_clock_snapshot_state_string(state));
        stream_act_msg->default_cs_state = state;
-       BT_LIB_LOGV("Set stream activity message's default clock snapshot state: "
+       BT_LIB_LOGD("Set stream activity message's default clock snapshot state: "
                "%![msg-]+n, state=%s", msg,
                bt_message_stream_activity_clock_snapshot_state_string(state));
 }
This page took 0.023658 seconds and 4 git commands to generate.