Skip to content

Commit

Permalink
fix(pmix): Avoid deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Sep 24, 2021
1 parent 1ac30b5 commit efca8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairmq/plugins/PMIx/PMIxCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Commands
// LOG(trace) << "suppressing message from itself";
}
} else {
LOG(ERROR) << "ERROR";
LOG(error) << "ERROR";
}

if (cbfunc != nullptr) {
Expand Down

0 comments on commit efca8e0

Please sign in to comment.