X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Flttv.h;h=b0dd43ba0aff1e969f781d57fc268820301a8c3b;hb=727706d9b00c6bcdb8dfd6eb00ae714323e57045;hp=27c610a2a67544deddd445f5271473cd2fd50cfc;hpb=d8f124de0295aea546b6debf5945bfeea2bbeb2a;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/lttv.h b/ltt/branches/poly/lttv/lttv/lttv.h index 27c610a2..b0dd43ba 100644 --- a/ltt/branches/poly/lttv/lttv/lttv.h +++ b/ltt/branches/poly/lttv/lttv/lttv.h @@ -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