提交 cb79fc9f 编写于 作者: S serge-rider

Logging fix

上级 ac2a0cd8
......@@ -167,7 +167,7 @@ public class Log
public void error(Object message)
{
if (message instanceof Throwable) {
error(message.toString(), (Throwable)message);
error(null, (Throwable)message);
return;
}
debugMessage(message, null, System.err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册