Add nodejs test for dataset name
This commit is contained in:
committed by
Patrick Niklaus
parent
2c80f76004
commit
0e8b8b4901
@@ -63,7 +63,7 @@ class SharedMemory
|
||||
{
|
||||
shm = boost::interprocess::xsi_shared_memory(boost::interprocess::open_only, key);
|
||||
|
||||
util::Log(logDEBUG) << "opening " << shm.get_shmid() << " from id " << id;
|
||||
util::Log(logDEBUG) << "opening " << (int) shm.get_shmid() << " from id " << (int) id;
|
||||
|
||||
region = boost::interprocess::mapped_region(shm, boost::interprocess::read_only);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user