zou.yingbin преди 4 години
родител
ревизия
eec3a34c42
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      controllers/other/update.go

+ 1 - 1
controllers/other/update.go

@@ -31,7 +31,7 @@ func MakeUpdateScript(c *gin.Context) {
 		c.String(http.StatusOK, "windows不支持, 仅支持linux下执行")
 		return
 	}
-	logger.GetLogger().Debug("\n*********************auto update*******************************")
+	logger.GetLogger().Debug("*********************auto update*******************************")
 	IsUpdateing = true
 	defer func() {
 		IsUpdateing = false