update debug

This commit is contained in:
Thomas Vander Stichele
2013-08-20 00:07:49 +02:00
parent 1ef45c2b2a
commit 2200776b30

View File

@@ -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))