libcommon: don't mention lib versions in debug macros

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
Ondrej Oprala 2014-03-13 10:42:11 +01:00
parent cb3fa84753
commit b681c25834
1 changed files with 0 additions and 3 deletions

View File

@ -38,11 +38,8 @@
lib ## _debug_mask = mask; \
lib ## _debug_mask |= pref ## INIT; \
if (lib ## _debug_mask != pref ## INIT) { \
const char *ver = NULL; \
__UL_DBG(lib, pref, INIT, ul_debug("library debug mask: 0x%04x", \
lib ## _debug_mask)); \
/* ul_get_library_version(&ver); \
__UL_DBG(lib, pref, INIT, ul_debug("library version: %s", ver));*/ \
} \
} while (0)