*_string() enumerator to string functions: remove common prefix
[babeltrace.git] / src / lib / graph / message / stream.h
index 4de74c5ed498af7d187be982ddf6e4d8f9f7a0dc..ed5d2816091f173f57acc004b50f2aa29bb0d405 100644 (file)
@@ -46,9 +46,9 @@ const char *bt_message_stream_clock_snapshot_state_string(
 {
        switch (state) {
        case BT_MESSAGE_STREAM_CLOCK_SNAPSHOT_STATE_KNOWN:
-               return "BT_MESSAGE_STREAM_ACTIVITY_CLOCK_SNAPSHOT_STATE_KNOWN";
+               return "KNOWN";
        case BT_MESSAGE_STREAM_CLOCK_SNAPSHOT_STATE_UNKNOWN:
-               return "BT_MESSAGE_STREAM_ACTIVITY_CLOCK_SNAPSHOT_STATE_UNKNOWN";
+               return "UNKNOWN";
        default:
                return "(unknown)";
        }
This page took 0.025259 seconds and 4 git commands to generate.