Logging: define `BT_LOG*_SUPPORTED` when logging is supported
[babeltrace.git] / src / lib / trace-ir / event.h
index 7b5c2544dc57e17b7a3fa44cbdb9b03f107863a6..9cfbb56ab87227293ce8f9404a29f2efdab48d28 100644 (file)
@@ -25,8 +25,8 @@
  */
 
 /* Protection: this file uses BT_LIB_LOG*() macros directly */
-#ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H
-# error Please include <lib/lib-logging.h> before including this file.
+#ifndef BT_LIB_LOG_SUPPORTED
+# error Please include "lib/lib-logging.h" before including this file.
 #endif
 
 #include "lib/assert-pre.h"
This page took 0.02851 seconds and 4 git commands to generate.