fix(pmix): Avoid deprecated value

This commit is contained in:
Alexey Rybalchenko 2021-09-24 13:01:33 +02:00
parent 1ac30b51b1
commit efca8e0ad4

View File

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