xyxie 9 months ago
parent
commit
21af575344
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cache/replace_edb_info.go

+ 1 - 1
cache/replace_edb_info.go

@@ -14,7 +14,7 @@ func AddReplaceEdbInfo(oldEdbInfo, newEdbInfo *data_manage.EdbInfo) bool {
 	if utils.Re == nil {
 		err := utils.Rc.LPush(utils.CACHE_KEY_REPLACE_EDB, record)
 		if err != nil {
-			fmt.Println("AdminOperateRecord LPush Err:" + err.Error())
+			fmt.Println("AddReplaceEdbInfo LPush Err:" + err.Error())
 		}
 		return true
 	}