mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Merge pull request #407 from fkautz/pr_out_minor_change_from_trace_to_error_log
This commit is contained in:
commit
3c7d606571
@ -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
Block a user