summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BitTorrent/NewVersion.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/BitTorrent/NewVersion.py b/BitTorrent/NewVersion.py
index 1395370..7a61ab7 100644
--- a/BitTorrent/NewVersion.py
+++ b/BitTorrent/NewVersion.py
@@ -128,6 +128,9 @@ class Updater(object):
def get(self):
+ self.debug('Version check skipped for RPM package')
+ return
+
try:
self.get_available()
except BTFailure, e: