Index: /trunk/FACT++/src/Readline.cc
===================================================================
--- /trunk/FACT++/src/Readline.cc	(revision 11041)
+++ /trunk/FACT++/src/Readline.cc	(revision 11042)
@@ -65,4 +65,5 @@
 
 #include "tools.h"
+#include "Time.h"
 
 using namespace std;
@@ -1124,5 +1125,5 @@
         return -1;
 
-    fCommandLog << "# START executing: " << name << endl;
+    fCommandLog << "# " << Time() << " - " << name << " (START)" << endl;
 
     string buffer;
@@ -1146,5 +1147,5 @@
     }
 
-    fCommandLog << "# FINISHED executing: " << name << endl;
+    fCommandLog << "# " << Time() << " - " << name << " (FINISHED)" << endl;
 
     return rc;
