go back to deciaml as well
This commit is contained in:
parent
ddcb37a81b
commit
a45fb1bb1f
@ -47,8 +47,8 @@ LocalPoolObjectBase::LocalPoolObjectBase(object_id_t poolOwner, lp_id_t poolId,
|
|||||||
if(hkOwner == nullptr) {
|
if(hkOwner == nullptr) {
|
||||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||||
sif::error << "LocalPoolVariable: The supplied pool owner 0x" << std::hex <<
|
sif::error << "LocalPoolVariable: The supplied pool owner 0x" << std::hex <<
|
||||||
poolOwner << " did not implement the correct interface HasLocalDataPoolIF" <<
|
poolOwner << std::dec << " did not implement the correct interface " <<
|
||||||
std::endl;
|
"HasLocalDataPoolIF" << std::endl;
|
||||||
#else
|
#else
|
||||||
sif::printError( "LocalPoolVariable: The supplied pool owner 0x%08x did not implement the correct "
|
sif::printError( "LocalPoolVariable: The supplied pool owner 0x%08x did not implement the correct "
|
||||||
"interface HasLocalDataPoolIF\n", poolOwner);
|
"interface HasLocalDataPoolIF\n", poolOwner);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user