lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / assert-pre.h
index 9eeff141489006eedb44075f9d2944d01ba9f3d7..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
@@ -36,7 +36,7 @@
  */
 
 #ifndef BT_LIB_LOG_SUPPORTED
-# error Include "lib/lib-logging.h" before this header.
+# error Include "lib/logging.h" before this header.
 #endif
 
 #include <stdlib.h>
This page took 0.024003 seconds and 4 git commands to generate.