mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
Improved check thread name to include the word 'thread'
This commit is contained in:
parent
24a30bae44
commit
9475f97edb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue