lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / plugin / plugin.h
index 6d9b288d8f5c997221bec3baab853b7c441d76c7..ed2fc4a75cd4702fe2398249063f6a1b9c339c86 100644 (file)
@@ -36,8 +36,8 @@
 #include "plugin-so.h"
 
 /* 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/logging.h" before including this file.
 #endif
 
 enum bt_plugin_type {
This page took 0.025397 seconds and 4 git commands to generate.