mirror of https://github.com/minio/minio.git
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:
|
||||
{
|
||||
log.Trace.Println(err)
|
||||
log.Error.Println(err)
|
||||
// get error
|
||||
errorCode := getErrorCode(InternalError)
|
||||
errorResponse := getErrorResponse(errorCode, "")
|
||||
|
|
Loading…
Reference in New Issue