add debug

This commit is contained in:
Thomas Vander Stichele
2013-01-29 23:34:14 +01:00
parent b2fc111a9a
commit 7b42cbf93b

View File

@@ -368,6 +368,7 @@ class Table(object, log.Loggable):
assert len(result) == 28, \
"Result should be 28 characters, not %d" % len(result)
self.debug('getMusicBrainzDiscId: returning %r' % result)
return result
def getMusicBrainzSubmitURL(self):