Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CCDB/src/CcdbApi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ std::map<std::string, std::string> CcdbApi::retrieveHeaders(std::string const& p

if (!mSnapshotCachePath.empty()) {
// protect this sensitive section by a multi-process named semaphore
auto semaphore_barrier = std::make_unique<CCDBSemaphore>(mSnapshotCachePath, path);
auto semaphore_barrier = std::make_unique<CCDBSemaphore>(mSnapshotCachePath + std::string("_headers"), path);

std::string logfile = mSnapshotCachePath + "/log";
std::fstream out(logfile, ios_base::out | ios_base::app);
Expand Down