Report old date as well
authorMagnus Hagander <magnus@hagander.net>
Sat, 7 Jul 2012 18:04:29 +0000 (20:04 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 7 Jul 2012 18:04:29 +0000 (20:04 +0200)
loader/clean_date.py

index 85a6e0012bb6aa0ad49f361f0847196f420413f6..8667c542b35350a8ee8969cb6ea73369301f6a35 100755 (executable)
@@ -17,7 +17,7 @@ import psycopg2
 
 def scan_message(messageid, olddate, curs):
        u = "http://archives.postgresql.org/msgtxt.php?id=%s" % messageid
-       print "Scanning message at %s..." %u
+       print "Scanning message at %s (date reported as %s)..." % (u, olddate)
 
        f = urlopen(u)
        p = Parser()