cassyarduino cassyarduino / UIPEthernet
Revision:
2:2f693560ad53
Parent:
0:e3fb1267e3c3
Child:
9:312e0937630f
--- a/utility/logging.h	Tue Dec 27 11:47:13 2016 +0100
+++ b/utility/logging.h	Tue Dec 27 11:34:26 2016 +0000
@@ -14,7 +14,7 @@
 #define	LOG_DEBUG_V2		9	/* debug-verbose-level (vv) messages */
 #define	LOG_DEBUG_V3		10	/* debug-verbose-level (vvv) messages */
 
-#pragma message "You can configure LogObject and ACTLOGLEVEL in 'utility/logging.h'. More verbosity more memory usage."
+#warning "You can configure LogObject and ACTLOGLEVEL in 'utility/logging.h'. More verbosity more memory usage."
 //#define ACTLOGLEVEL     LOG_NONE
 //#define ACTLOGLEVEL LOG_INFO
 #define ACTLOGLEVEL LOG_DEBUG_V3