lttv and lib ltt new compiles
[lttv.git] / ltt / branches / poly / lttv / lttv / lttv.h
index 27c610a2a67544deddd445f5271473cd2fd50cfc..b0dd43ba0aff1e969f781d57fc268820301a8c3b 100644 (file)
@@ -55,6 +55,9 @@ extern char **lttv_argv;
 */
 
 #define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
+
+#ifndef g_debug
 #define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
+#endif
 
 #endif // LTTV_H
This page took 0.023347 seconds and 4 git commands to generate.