Index: trunk/FACT++/src/LocalControl.h
===================================================================
--- trunk/FACT++/src/LocalControl.h	(revision 12900)
+++ trunk/FACT++/src/LocalControl.h	(revision 12903)
@@ -113,5 +113,5 @@
             if (state==-100)
             {
-                lout << kRed << "Couldn't parse state id." << endl;
+                lout << kRed << "Couldn't parse state id in '" << str.substr(3) << "'" << endl;
                 return true;
             }
Index: trunk/FACT++/src/RemoteControl.h
===================================================================
--- trunk/FACT++/src/RemoteControl.h	(revision 12900)
+++ trunk/FACT++/src/RemoteControl.h	(revision 12903)
@@ -184,5 +184,5 @@
             if (state==-100)
             {
-                lout << kRed << "Couldn't parse state id." << endl;
+                lout << kRed << "Couldn't parse state id in '" << str.substr(3) << "'" << endl;
                 return true;
             }
