Logging: standardize logging tags
[babeltrace.git] / src / lib / graph / query-executor.c
index b26455d40e46398c7af6c1df9f3e9a6cd4488d7a..1a51df9223192daedb2be18d109d0db71004561c 100644 (file)
@@ -20,7 +20,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "QUERY-EXECUTOR"
+#define BT_LOG_TAG "LIB/QUERY-EXECUTOR"
 #include "lib/lib-logging.h"
 
 #include "common/assert.h"
@@ -148,7 +148,7 @@ enum bt_query_executor_status bt_query_executor_cancel(
 {
        BT_ASSERT_PRE_NON_NULL(query_exec, "Query executor");
        query_exec->canceled = BT_TRUE;
-       BT_LOGV("Canceled query executor: addr=%p", query_exec);
+       BT_LOGI("Canceled query executor: addr=%p", query_exec);
        return BT_QUERY_EXECUTOR_STATUS_OK;
 }
 
This page took 0.023092 seconds and 4 git commands to generate.