Improve error message when sponsor-patch is called without -s, for a sync

This commit is contained in:
Stefano Rivera 2011-11-27 15:55:56 +02:00
parent e56edac012
commit d30ffe59bc

View File

@ -105,8 +105,8 @@ class SourcePackage(object):
Logger.normal("Successfully acknowledged sync request bug #%i.",
bug.id)
else:
Logger.error("Acknowledging a sync request other than to the "
"official Ubuntu archive is not supported!")
Logger.error("Sync requests can only be acknowledged when the "
"upload target is Ubuntu.")
sys.exit(1)
return True