diff --git a/morituri/image/toc.py b/morituri/image/toc.py index 189de75..2363dd8 100644 --- a/morituri/image/toc.py +++ b/morituri/image/toc.py @@ -105,7 +105,7 @@ class Sources(log.Loggable): @type counter: int @param offset: the absolute disc offset where this source starts """ - self.debug('Appending source, counter %d, offset %d, source %r' % ( + self.debug('Appending source, counter %d, abs offset %d, source %r' % ( counter, offset, source)) self._sources.append((counter, offset, source))