diff --git a/whipper/command/offset.py b/whipper/command/offset.py index d7f7e24b..201cd1ac 100644 --- a/whipper/command/offset.py +++ b/whipper/command/offset.py @@ -93,7 +93,9 @@ def do(self): try: responses = accurip.get_db_entry(table.accuraterip_path()) except accurip.EntryNotFound: - print('Accuraterip entry not found') + logger.warning("AccurateRip entry not found: drive offset " + "can't be determined, try again with another disc") + return if responses: logger.debug('%d AccurateRip responses found.' % len(responses))