mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
syncpackage: Print name of blacklisted package.
This commit is contained in:
parent
0ed7d2466d
commit
b5ca7c1971
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user