1
1

coll/ml: reduce noise from coll/ml error messages

The error doesn't prevent the user from running so there is no reason
to display it unless the user requested it (through coll_ml_verbose).

cmr=v1.8:reviewer=jsquyres

This commit was SVN r31242.
Этот коммит содержится в:
Nathan Hjelm 2014-03-26 22:50:06 +00:00
родитель 9db9f9724a
Коммит 0cccb2fb59

Просмотреть файл

@ -1,6 +1,9 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
* Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
* Copyright (c) 2014 Los Alamos National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -262,7 +265,7 @@ mca_bcol_base_lmngr_block_t* mca_coll_ml_lmngr_alloc (
if(OPAL_UNLIKELY(opal_list_is_empty(list))) {
/* Upper layer need to handle the NULL */
ML_ERROR(("List manager is empty."));
ML_VERBOSE(1, ("List manager is empty."));
return NULL;
}