From 61bd6002d03ac065c40ac581661495fe9e237706 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 13 Jul 2013 22:16:13 +0200 Subject: [PATCH] [DEV] debug missing element --- etk/Debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etk/Debug.h b/etk/Debug.h index 793566e..c9e81b2 100644 --- a/etk/Debug.h +++ b/etk/Debug.h @@ -26,8 +26,8 @@ void GeneralDebugSetLevel(etk::logLevel_te ccc); #define ETK_DBG_COMMON(libName, info, data) do { \ if (info <= g_requestedLevel) { \ etk::cout << etk::cstart << info; \ - /*TOOLS_DisplayTime();*/ \ - /*TOOLS_DisplayFuncName(__LINE__, __class__, __func__, libName);*/ \ + TOOLS_DisplayTime(); \ + TOOLS_DisplayFuncName(__LINE__, __class__, __func__, libName); \ etk::cout << data; \ etk::cout <