Logging: standardize logging tags
[babeltrace.git] / src / lib / lib-logging.c
index d6d75e05e5b20a7413d5683806b1c24d72094366..e29c2e901281b964c94c859b1ec8b8ccd7892a78 100644 (file)
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "LIB-LOGGING"
+/*
+ * This is just to satisfy the preprocessor check in "lib/logging.h":
+ * this file does not log anything.
+ */
+#define BT_LOG_TAG ""
 
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.025818 seconds and 4 git commands to generate.