log_source.py
changeset 97 6165f1ba458d
parent 94 6673de9bc911
child 102 e396613bc873
--- a/log_source.py	Wed Feb 11 03:04:35 2009 +0200
+++ b/log_source.py	Wed Feb 11 03:05:11 2009 +0200
@@ -377,7 +377,7 @@
         # convert to date and use that
         return self._get_logfile_date(dtz.date())
 
-    def _get_logfile_date (self, d, load=True, stat=True, ignore_missing=True) :
+    def _get_logfile_date (self, d, load=True, stat=False, ignore_missing=True) :
         """
             Get the logfile corresponding to the given naive date in our timezone.