diff --git a/whipper/program/cdparanoia.py b/whipper/program/cdparanoia.py index aa5e2f9..6fabefb 100644 --- a/whipper/program/cdparanoia.py +++ b/whipper/program/cdparanoia.py @@ -121,8 +121,9 @@ class ProgressParser: def _parse_read(self, wordOffset): if wordOffset % common.WORDS_PER_FRAME != 0: - print 'THOMAS: not a multiple of %d: %d' % ( - common.WORDS_PER_FRAME, wordOffset) + logger.debug( + 'THOMAS: not a multiple of %d: %d' % ( + common.WORDS_PER_FRAME, wordOffset)) return frameOffset = wordOffset / common.WORDS_PER_FRAME