From e77fd00622208175aa40ef13d7fe3da754979421 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Thu, 4 Aug 2011 22:30:55 +0200 Subject: [PATCH] When printing the time, print it also in the summary --- iotop/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/iotop/ui.py b/iotop/ui.py index 8c0e5af..39b6fef 100644 --- a/iotop/ui.py +++ b/iotop/ui.py @@ -411,6 +411,7 @@ class IOTopUI(object): titles = [' TIME'] + titles current_time = time.strftime('%H:%M:%S ') lines = [current_time + l for l in lines] + summary = current_time + summary if self.options.batch: if self.options.quiet <= 2: print summary -- 2.11.4.GIT