From d30ffe59bc5cdaee5368eb0d02ebbd411568cfd8 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 27 Nov 2011 15:55:56 +0200 Subject: [PATCH] Improve error message when sponsor-patch is called without -s, for a sync --- ubuntutools/sponsor_patch/source_package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntutools/sponsor_patch/source_package.py b/ubuntutools/sponsor_patch/source_package.py index dbfef6f..2885713 100644 --- a/ubuntutools/sponsor_patch/source_package.py +++ b/ubuntutools/sponsor_patch/source_package.py @@ -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