fix:Incorrect template (#2196)

The formatting template is incorrectly formatted.
This commit is contained in:
jiuker
2022-08-02 06:44:35 +08:00
committed by GitHub
parent 33b041ef34
commit ea0cac2a92

View File

@@ -218,7 +218,7 @@ func ErrorWithContext(ctx context.Context, err ...interface{}) *models.Error {
errorCode = 400
errorMessage = "Bucket already exists"
}
LogError(err1.Error(), err...)
LogError("ErrorWithContext:%v", err...)
LogIf(ctx, err1, err...)
}