Explorar o código

优化修改日志

niujiuru hai 1 semana
pai
achega
13d5e4e650
Modificáronse 1 ficheiros con 1 adicións e 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)