Index: trunk/FACT++/src/MessageImp.cc
===================================================================
--- trunk/FACT++/src/MessageImp.cc	(revision 11397)
+++ trunk/FACT++/src/MessageImp.cc	(revision 11398)
@@ -121,5 +121,5 @@
     default:       fOut << kBold          << " >> "; break;
     }
-    fOut << time.GetAsStr() << " - " << txt << endl;
+    fOut << time.GetAsStr("%H:%M:%S.%f") << " - " << txt << endl;
 
     mtx.unlock();
