diff -r d30c88e89a7e -r 6165f1ba458d log_source.py --- 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.