syncpackage: Print name of blacklisted package.

This commit is contained in:
Benjamin Drung 2011-09-06 12:50:36 +02:00
parent 0ed7d2466d
commit b5ca7c1971

View File

@ -589,7 +589,7 @@ def main():
blacklisted, comments = is_blacklisted(src_pkg.source)
if blacklisted:
Logger.error("Source package is blacklisted")
Logger.error("Source package %s is blacklisted.", src_pkg.source)
if comments:
Logger.error(u"Blacklist Comments: %s", comments)