mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
fix(pmix): Avoid deprecated value
This commit is contained in:
parent
af5eee8beb
commit
3587f81cbe
|
@ -270,7 +270,7 @@ class Commands
|
|||
// LOG(trace) << "suppressing message from itself";
|
||||
}
|
||||
} else {
|
||||
LOG(ERROR) << "ERROR";
|
||||
LOG(error) << "ERROR";
|
||||
}
|
||||
|
||||
if (cbfunc != nullptr) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user