From efca8e0ad45ba2d38d51d1773a8ebf552dcad701 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Fri, 24 Sep 2021 13:01:33 +0200 Subject: [PATCH] fix(pmix): Avoid deprecated value --- fairmq/plugins/PMIx/PMIxCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairmq/plugins/PMIx/PMIxCommands.h b/fairmq/plugins/PMIx/PMIxCommands.h index daaf03cb..6cc45e42 100644 --- a/fairmq/plugins/PMIx/PMIxCommands.h +++ b/fairmq/plugins/PMIx/PMIxCommands.h @@ -270,7 +270,7 @@ class Commands // LOG(trace) << "suppressing message from itself"; } } else { - LOG(ERROR) << "ERROR"; + LOG(error) << "ERROR"; } if (cbfunc != nullptr) {