提交 d9a39f75 authored 作者: Frederic Bastien's avatar Frederic Bastien

changed an error to a warning.

上级 f3640b4b
......@@ -353,7 +353,7 @@ class ModuleCache(object):
# If so, it should not have been deleted. This should be considered a
# failure of the OTHER process, that deleted it.
if entry in self.module_from_name:
error("The module %s that was loaded by this ModuleCache can no longer be read from file %s ... this could lead to problems." % (key,entry))
warning("The module %s that was loaded by this ModuleCache can no longer be read from file %s ... this could lead to problems." % (key,entry))
del self.module_from_name[entry]
info("deleting ModuleCache entry", entry)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论