error output improved

This commit is contained in:
Robin Müller 2020-12-02 00:32:07 +01:00
parent f5c384de14
commit 73d3defe9f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ MessageQueueIF* QueueMapManager::getMessageQueue(
return queueIter->second;
}
else {
sif::warning << "QueueMapManager::getQueueHandle: The ID" <<
sif::warning << "QueueMapManager::getQueueHandle: The ID " <<
messageQueueId << " does not exists in the map" << std::endl;
return nullptr;
}