fix(pmix): Avoid deprecated value

This commit is contained in:
Alexey Rybalchenko 2021-09-24 13:01:33 +02:00
parent af5eee8beb
commit 3587f81cbe

View File

@ -270,7 +270,7 @@ class Commands
// LOG(trace) << "suppressing message from itself";
}
} else {
LOG(ERROR) << "ERROR";
LOG(error) << "ERROR";
}
if (cbfunc != nullptr) {