Improved check thread name to include the word 'thread'

This commit is contained in:
Bastian Kleineidam 2009-03-02 13:18:08 +01:00
parent 24a30bae44
commit 9475f97edb

View file

@ -70,7 +70,7 @@ class Checker (task.CheckedTask):
url = ""
else:
url = url_data.url.encode("ascii", "replace")
self.setName("Check-%s" % url)
self.setName("CheckThread-%s" % url)
if not url_data.has_result:
url_data.check()
self.logger.log_url(url_data)