lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / assert-pre.h
index 7636b56a8dce4b739de9601f4ab7fa5ea16373df..1f4240eb8e8205cf7af555b6f5fc72a24f4f09af 100644 (file)
  */
 
 /*
- * The macros in this header use macros defined in "lib/lib-logging.h".
+ * The macros in this header use macros defined in "lib/logging.h".
  * We don't want this header to automatically include
- * "lib/lib-logging.h" because you need to manually define BT_LOG_TAG
- * before including "lib/lib-logging.h" and it is unexpected that you
+ * "lib/logging.h" because you need to manually define BT_LOG_TAG
+ * before including "lib/logging.h" and it is unexpected that you
  * also need to define it before including this header.
  *
  * This is a reminder that in order to use "lib/assert-pre.h", you also
  * need to use logging explicitly.
  */
 
-#ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H
-# error Include "lib/lib-logging.h" before this header.
+#ifndef BT_LIB_LOG_SUPPORTED
+# error Include "lib/logging.h" before this header.
 #endif
 
 #include <stdlib.h>
This page took 0.02313 seconds and 4 git commands to generate.