Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
112:3872569be2af
Parent:
107:f1ee3e1eb126
Child:
134:c4009ecaf5c0
--- a/operation/ControlParser.cpp	Fri May 15 10:14:05 2015 +0000
+++ b/operation/ControlParser.cpp	Fri May 15 14:07:51 2015 +0000
@@ -196,7 +196,7 @@
 
 void ControlParser::parseError(Token& tok)
 {
-        aError("CtrlParse: (%d) %.*s\n", tok.type, (int)tok.len, tok.p);
+        aError("CtrlParse: %.*s[%d]\n", (int)tok.len, tok.p, tok.type);
         parseRecover(tok);
 }