log_source.py
changeset 72 5ade0288f2ec
parent 65 8b50694f841e
child 73 5a7188bf2894
--- a/log_source.py	Mon Feb 09 14:07:19 2009 +0200
+++ b/log_source.py	Mon Feb 09 22:17:10 2009 +0200
@@ -358,6 +358,11 @@
         # as dates
         d_begin = dtz_begin.date() 
         d_end = dtz_end.date()
+        
+#        print
+#        print "LogDirectory.get_date - %s" % dt
+#        print "\t   %s %s" % (d_begin, dtz_begin)
+#        print "\t-> %s %s" % (d_end, dtz_end)
 
         # if they're the same, just pull the full log for that date
         if d_begin == d_end :