summaryrefslogtreecommitdiffstats
path: root/mgagnome
diff options
context:
space:
mode:
Diffstat (limited to 'mgagnome')
-rwxr-xr-xmgagnome3
1 files changed, 2 insertions, 1 deletions
diff --git a/mgagnome b/mgagnome
index 690d65a..de75d51 100755
--- a/mgagnome
+++ b/mgagnome
@@ -479,7 +479,7 @@ class SpecFile(object):
# Verify that RPM also agrees that version number has changed
if self.version != version:
- print "ERROR: Increased version to %s, but RPM doesn't agree!?!" % version
+ print >>sys.stderr, "ERROR: Increased version to %s, but RPM doesn't agree!?!" % version
return False
@@ -497,6 +497,7 @@ class SpecFile(object):
# mgarepo sync returns 1 if the tarball cannot be downloaded
if e.returncode != 1:
self._revert_changes()
+ print >>sys.stderr, "ERROR: Could not download tarball"
return False
else:
# failed to download tarball