Fix wrong module name.

This commit is contained in:
Bastian Kleineidam 2012-06-10 13:54:26 +02:00
parent c3ffb0530f
commit f27f14dabe

View file

@ -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