Commit f90cc811 authored by sven's avatar sven

11

parent b2e7147b
......@@ -70,7 +70,7 @@ func dtuOnMessage(conn net.Conn) {
if yeWeiCb != nil {
err = yeWeiCb(yeweiData)
if err != nil {
global.GVA_LOG.Error(fmt.Sprintf("处理液位回调失败 strData: %s", strData))
global.GVA_LOG.Error(fmt.Sprintf("处理液位回调失败 strData: %s, err:%s", strData, err.Error()))
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment