diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/logreport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/logreport.py b/scripts/logreport.py index 3e6dbaf..612a578 100755 --- a/scripts/logreport.py +++ b/scripts/logreport.py @@ -287,7 +287,7 @@ class DumpReport(object): self._output_errors_and_unclassified(writer) def write_report(self, outdir): - page_title = 'Dump Report: %s to %s' % (format_time(self.start_time), + page_title = 'Hump Report: %s to %s' % (format_time(self.start_time), format_time(self.end_time)) filename = self.start_time.strftime('%Y-%m-%d__%H-%M.html') path = os.path.join(outdir, filename) @@ -325,7 +325,7 @@ def yield_log_windows(raw_iter, interval, parse_func, timekey): yield start_time + (interval * i), list(g) -# Dump log parsing +# Hump log parsing def parse_time(s): # Parse times such as 02/Jul/2010:22:21:25 -0400 |
