Index: /trunk/FACT++/www/smartfact/index.php
===================================================================
--- /trunk/FACT++/www/smartfact/index.php	(revision 17376)
+++ /trunk/FACT++/www/smartfact/index.php	(revision 17377)
@@ -82,4 +82,5 @@
     $file = fopen($path."/exec.log", "a");
 
+    fwrite($file, date("Y-m-d H:i:s.u").": ");
     fwrite($file, $cmd);
     fwrite($file, "\n");
