Log tracker request mode on error
This commit is contained in:
parent
b43a05b662
commit
867cf478b1
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class SiteAnnouncer(object):
|
||||||
else:
|
else:
|
||||||
raise AnnounceError("Unknown protocol: %s" % protocol)
|
raise AnnounceError("Unknown protocol: %s" % protocol)
|
||||||
except Exception, err:
|
except Exception, err:
|
||||||
self.site.log.warning("Tracker %s announce failed: %s" % (tracker, str(err).decode("utf8", "ignore")))
|
self.site.log.warning("Tracker %s announce failed: %s in mode %s" % (tracker, str(err).decode("utf8", "ignore"), mode))
|
||||||
error = err
|
error = err
|
||||||
|
|
||||||
if error:
|
if error:
|
||||||
|
|
Loading…
Reference in a new issue