瀏覽代碼

优化修改日志

niujiuru 1 周之前
父節點
當前提交
13d5e4e650
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)