mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
various fixes
* fix include paths * print on stderr
This commit is contained in:
committed by
Mohammad Al-Turany
parent
13c9c09ab9
commit
365a68010f
@@ -48,11 +48,11 @@ FairMQContextSHM::~FairMQContextSHM()
|
||||
|
||||
if (boost::interprocess::shared_memory_object::remove("FairMQSharedMemory"))
|
||||
{
|
||||
printf("Successfully removed shared memory after the device has stopped.\n");
|
||||
fprintf(stderr, "Successfully removed shared memory after the device has stopped.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("Did not remove shared memory after the device stopped. Already removed?\n");
|
||||
fprintf(stderr, "Did not remove shared memory after the device stopped. Already removed?\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user