Index: /trunk/FACT++/src/LocalControl.h
===================================================================
--- /trunk/FACT++/src/LocalControl.h	(revision 11951)
+++ /trunk/FACT++/src/LocalControl.h	(revision 11952)
@@ -124,5 +124,5 @@
         if (str[0]=='#')
         {
-            lout << Tools::Trim(str.substr(1)) << endl;
+            T::GetStreamOut() << "#   " << Time().GetAsStr("%H:%M:%S.%f") << " - " << Tools::Trim(str.substr(1)) << endl;
             return true;
         }
