--- emacs-23.1/lisp/net/tramp.el~	2009-08-02 18:26:42.000000000 +1200
+++ emacs-23.1/lisp/net/tramp.el	2009-08-02 19:43:59.000000000 +1200
@@ -1879,7 +1958,9 @@
       (unless (bolp)
 	(insert "\n"))
       ;; Timestamp
-      (insert (format-time-string "%T "))
+      (let ((now (current-time)))
+        (insert (format-time-string "%T." now))
+        (insert (format "%06d " (nth 2 now))))
       ;; Calling function
       (let ((btn 1) btf fn)
 	(while (not fn)
