fix(pmix): compiler warning infinite-recursion

This commit is contained in:
Alexey Rybalchenko 2021-09-24 13:01:16 +02:00
parent c9bcaa3b7b
commit af5eee8beb

View File

@ -252,7 +252,7 @@ auto PMIxPlugin::Fence() -> void
auto PMIxPlugin::Fence(const std::string& label) -> void auto PMIxPlugin::Fence(const std::string& label) -> void
{ {
Fence(label); Fence();
LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK"; LOG(debug) << PMIxClient() << "pmix::fence() [" << label << "] OK";
} }