Skip to content
Snippets Groups Projects
Commit 0287bfe0 authored by Artem Polyakov's avatar Artem Polyakov Committed by Morris Jette
Browse files

Change verbosity from "error" to "debug"

bug 2760
parent 5b361e00
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ static void op_callbk(pmix_status_t status, void *cbdata) ...@@ -74,7 +74,7 @@ static void op_callbk(pmix_status_t status, void *cbdata)
static void errhandler_reg_callbk(pmix_status_t status, int errhandler_ref, static void errhandler_reg_callbk(pmix_status_t status, int errhandler_ref,
void *cbdata) void *cbdata)
{ {
PMIXP_ERROR("Error handler registration calback is called with status=%d, ref=%d", PMIXP_DEBUG("Error handler registration callback is called with status=%d, ref=%d",
status, errhandler_ref); status, errhandler_ref);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment