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

Add missing variable.

上级 4ab51bb5
......@@ -5,7 +5,8 @@ from theano import config
from theano.gof.compilelock import get_lock, release_lock
from theano.gof import cmodule
_logger = logging.getLogger('theano.gof.lazylinker_c')
_logger_name = 'theano.gof.lazylinker_c'
_logger = logging.getLogger(_logger_name)
def warning(*msg):
_logger.warning(_logger_name+'WARNING: '+' '.join(str(m) for m in msg))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论