Standardize log levels used by logging statements across the project
[babeltrace.git] / src / lib / graph / graph.h
index 71328fae1d42405749ffb8b6a5f9bffe4ccf8ca5..e108d508c0661ccd89c1ded1ae508a0e082fa9a0 100644 (file)
@@ -292,8 +292,8 @@ static inline
 void bt_graph_make_faulty(struct bt_graph *graph)
 {
        graph->config_state = BT_GRAPH_CONFIGURATION_STATE_FAULTY;
-#ifdef BT_LIB_LOGD
-       BT_LIB_LOGD("Set graph's state to faulty: %![graph-]+g", graph);
+#ifdef BT_LIB_LOGI
+       BT_LIB_LOGI("Set graph's state to faulty: %![graph-]+g", graph);
 #endif
 }
 
This page took 0.023591 seconds and 4 git commands to generate.