Skip to content

Commit 947a474

Browse files
committed
message added after bank created
1 parent 56bf7d7 commit 947a474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MemoryBank.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ MemoryBankMemoryMappedFile::MemoryBankMemoryMappedFile(size_t v_size, std::strin
132132
theLog.log("Failed to allocate memory buffer : %s",e.what());
133133
throw __LINE__;
134134
}
135+
136+
theLog.log("Shared memory block for bank %s is ready",v_description.c_str());
135137
// todo: check consistent with what requested, alignment, etc
136138
size=mMemoryMappedFile->getSize();
137139
baseAddress=(void *)mMemoryMappedFile->getAddress();

0 commit comments

Comments
 (0)