ofi: fix Events() signature

This commit is contained in:
Alexey Rybalchenko
2021-05-07 14:12:19 +02:00
parent 857aa84fa3
commit 091d0824d1
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ class Manager
}
fRegionEventsShmCV.notify_all();
} catch(std::out_of_range& oor) {
LOG(debug) << "RemoveRegion() could not locate region with id'" << id << "'";
LOG(debug) << "RemoveRegion() could not locate region with id '" << id << "'";
}
fRegionsGen += 1; // signal TL cache invalidation
}