taken over host osal from upstream branch
This commit is contained in:
@ -44,17 +44,9 @@ MessageQueueIF* QueueMapManager::getMessageQueue(
|
||||
return queueIter->second;
|
||||
}
|
||||
else {
|
||||
if(messageQueueId == MessageQueueIF::NO_QUEUE) {
|
||||
sif::error << "QueueMapManager::getQueueHandle: Configuration"
|
||||
<< " error, NO_QUEUE was passed to this function!"
|
||||
<< std::endl;
|
||||
}
|
||||
else {
|
||||
sif::warning << "QueueMapManager::getQueueHandle: The ID "
|
||||
<< messageQueueId << " does not exists in the map."
|
||||
<< std::endl;
|
||||
}
|
||||
return nullptr;
|
||||
sif::warning << "QueueMapManager::getQueueHandle: The ID " <<
|
||||
messageQueueId << " does not exists in the map" << std::endl;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user