Dummy commit (re #1110)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3270 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/tests/automated/run_continuous.py b/tests/automated/run_continuous.py
index ab51f1f..a304f4d 100755
--- a/tests/automated/run_continuous.py
+++ b/tests/automated/run_continuous.py
@@ -2,6 +2,7 @@
 import os
 import sys
 import time
+import datetime
 import ccdash
 
 GROUP = "Continuous"
@@ -34,7 +35,7 @@
 
 		if rc==0:
 			# Nothing changed
-			print "No update, will check again in " + str(INTERVAL) + "s.."
+			print str(datetime.datetime.now()) + ": No update, will check again in " + str(INTERVAL) + "s.."
 			time.sleep(INTERVAL)
 			continue