From f27f14dabecadae173c665fc8604e4efa2bbaba6 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 10 Jun 2012 13:54:26 +0200 Subject: [PATCH] Fix wrong module name. --- linkchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkchecker b/linkchecker index df699b1f..88160d97 100755 --- a/linkchecker +++ b/linkchecker @@ -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