Explorar el Código

优化修改日志

niujiuru hace 1 semana
padre
commit
13d5e4e650
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      reporter/reporter.go

+ 1 - 1
reporter/reporter.go

@@ -142,7 +142,7 @@ func (r *MQTTReporter) tick() time.Duration {
 		return FastInterval
 	}
 
-	baseapp.Logger.Infof("[%s] 尝试连接、登录服务器(%s)...", MODULE_NAME, CfgServers.MQTTSrv.Address)
+	baseapp.Logger.Infof("[%s] 正在尝试连接并登录服务器(%s)...", MODULE_NAME, CfgServers.MQTTSrv.Address)
 
 	if err := r.connect(); err != nil {
 		baseapp.Logger.Errorf("[%s] 无法连接上服务器: %v!!", MODULE_NAME, err)