mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 09:20:30 +00:00
Fix wrong module name.
This commit is contained in:
parent
c3ffb0530f
commit
f27f14dabe
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ if config["debugmemory"]:
|
|||
message = _(u"The memory dump has been written to `%(filename)s'.")
|
||||
log.info(LOG_CMDLINE, message % dict(filename=filename))
|
||||
else:
|
||||
log.warn(LOG_CMDLINE, memoryutil.MemoryDebugMsg)
|
||||
log.warn(LOG_CMDLINE, linkcheck.memoryutil.MemoryDebugMsg)
|
||||
|
||||
stats = config['logger'].stats
|
||||
# on internal errors, exit with status 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue