[DEV] debug missing element

This commit is contained in:
Edouard DUPIN 2013-07-13 22:16:13 +02:00
parent c7ece69d4e
commit 61bd6002d0

View File

@ -26,8 +26,8 @@ void GeneralDebugSetLevel(etk::logLevel_te ccc);
#define ETK_DBG_COMMON(libName, info, data) do { \ #define ETK_DBG_COMMON(libName, info, data) do { \
if (info <= g_requestedLevel) { \ if (info <= g_requestedLevel) { \
etk::cout << etk::cstart << info; \ etk::cout << etk::cstart << info; \
/*TOOLS_DisplayTime();*/ \ TOOLS_DisplayTime(); \
/*TOOLS_DisplayFuncName(__LINE__, __class__, __func__, libName);*/ \ TOOLS_DisplayFuncName(__LINE__, __class__, __func__, libName); \
etk::cout << data; \ etk::cout << data; \
etk::cout <<etk::endl; \ etk::cout <<etk::endl; \
} \ } \