include/unix/applicfg.h
changeset 195 1510dd61ead0
parent 145 e747d2e26af0
child 228 c6e9fc22de5c
--- a/include/unix/applicfg.h	Sat May 12 23:07:48 2007 +0200
+++ b/include/unix/applicfg.h	Sun May 13 10:29:08 2007 +0200
@@ -78,8 +78,8 @@
 /* Definition of MSG_ERR */
 /* --------------------- */
 #ifdef DEBUG_ERR_CONSOLE_ON
-#    define MSG_ERR(num, str, val)/*            \
-          printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);*/
+#    define MSG_ERR(num, str, val)            \
+          printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);
 #else
 #    define MSG_ERR(num, str, val)
 #endif
@@ -87,8 +87,8 @@
 /* Definition of MSG_WAR */
 /* --------------------- */
 #ifdef DEBUG_WAR_CONSOLE_ON
-#    define MSG_WAR(num, str, val)/*          \
-          printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);*/
+#    define MSG_WAR(num, str, val)          \
+          printf("%s,%d : 0X%x %s 0X%x \n",__FILE__, __LINE__,num, str, val);
 #else
 #    define MSG_WAR(num, str, val)
 #endif