mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Remove unnecessary errors printed on the console (#5386)
Some of the errors printed on server console can be removed as those error message is unnecessary. Fixes #5385
This commit is contained in:
@@ -122,7 +122,6 @@ func calculateSeedSignature(r *http.Request) (signature string, region string, d
|
||||
var err error
|
||||
date, err = time.Parse(iso8601Format, dateStr)
|
||||
if err != nil {
|
||||
errorIf(err, "Unable to parse date", dateStr)
|
||||
return "", "", time.Time{}, ErrMalformedDate
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user