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