mirror of
https://github.com/minio/minio.git
synced 2025-04-04 03:40:30 -04:00
Minor change from trace to error log
This commit is contained in:
parent
c728798137
commit
86b32c2147
@ -147,7 +147,7 @@ func (server *minioAPI) listBucketsHandler(w http.ResponseWriter, req *http.Requ
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
log.Trace.Println(err)
|
log.Error.Println(err)
|
||||||
// get error
|
// get error
|
||||||
errorCode := getErrorCode(InternalError)
|
errorCode := getErrorCode(InternalError)
|
||||||
errorResponse := getErrorResponse(errorCode, "")
|
errorResponse := getErrorResponse(errorCode, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user