From 19eb9741c78ce731e342d6ca1d42f49174359a6f Mon Sep 17 00:00:00 2001 From: Q3CPMA Date: Wed, 21 Mar 2018 03:02:00 +0000 Subject: [PATCH] command.cd: simple message while reading toc Fixes #257. --- whipper/command/cd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index e467540..b77ecda 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -98,6 +98,7 @@ class _CD(BaseCommand): utils.unmount_device(self.device) # first, read the normal TOC, which is fast + print("Reading TOC...") self.ittoc = self.program.getFastToc(self.runner, self.device) # already show us some info based on this