fix:Incorrect template (#2196)
The formatting template is incorrectly formatted.
This commit is contained in:
@@ -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...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user