mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Minor change from trace to error log
This commit is contained in:
@@ -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, "")
|
||||||
|
|||||||
Reference in New Issue
Block a user