split up long debug message
This commit is contained in:
parent
d7bff31a4c
commit
47b8ed2321
@ -47,8 +47,9 @@ ReturnValue_t LocalDataPoolManager::initialize(MessageQueueIF* queueToUse,
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sif::warning << "LocalDataPoolManager::initialize: Could not retrieve"
|
sif::warning << "LocalDataPoolManager::initialize: Could not retrieve"
|
||||||
" queue ID from HK destination object ID. Make sure it exists"
|
" queue ID from HK destination object ID. " << std::flush;
|
||||||
" and the object impements AcceptsHkPacketsIF!" << std::endl;
|
sif::warning << "Make sure it exists and the object impements "
|
||||||
|
"AcceptsHkPacketsIF!" << std::endl;
|
||||||
}
|
}
|
||||||
return initializeHousekeepingPoolEntriesOnce();
|
return initializeHousekeepingPoolEntriesOnce();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user