OSHMEM: fixes verbosity log level cal
Signed-off-by: Alex Mikheev <alexm@mellanox.com>
This commit is contained in:
parent
7caa736533
commit
5c2f807ef8
@ -23,7 +23,7 @@ void oshmem_output_verbose(int level, int output_id, const char* prefix,
|
||||
char *buff, *str;
|
||||
int ret = 0;
|
||||
|
||||
if (level < opal_output_get_verbosity(output_id)) {
|
||||
if (level <= opal_output_get_verbosity(output_id)) {
|
||||
UNREFERENCED_PARAMETER(ret);
|
||||
|
||||
va_start(args, format);
|
||||
|
Loading…
Reference in New Issue
Block a user