Index: /trunk/FACT++/src/RemoteControl.h
===================================================================
--- /trunk/FACT++/src/RemoteControl.h	(revision 15078)
+++ /trunk/FACT++/src/RemoteControl.h	(revision 15079)
@@ -168,6 +168,6 @@
     void  JsOut(const std::string &msg)       { lin << msg << endl; }
     void  JsResult(const std::string &msg)    { lin << kBlue << " = " << msg << '\n' << endl; }
-    void  JsPrint(const std::string &msg)     { if (fImp) fImp->Comment(msg.empty()?" ":msg); }
-    void  JsAlarm(const std::string &msg)     { if (fImp) fImp->Alarm(msg.empty()?" ":msg); }
+    void  JsPrint(const std::string &msg)     { if (fImp) fImp->Comment(msg); }
+    void  JsAlarm(const std::string &msg)     { if (fImp) fImp->Alarm(msg); }
     void  JsException(const std::string &str) { if (fImp) fImp->Error(str.empty()?"|":("| "+str)); }
     bool  JsHasState(int s) const             { return fImp && fImp->HasState(s); }
