tiny form fix

This commit is contained in:
Robin Müller 2021-06-21 14:50:19 +02:00
parent 1015cdbe88
commit b52644dd2a
No known key found for this signature in database
GPG Key ID: FC76078F520434A5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ReturnValue_t PeriodicPosixTask::addComponent(object_id_t object) {
sif::error << "PeriodicTask::addComponent: Invalid object. Make sure"
<< " it implements ExecutableObjectIF!" << std::endl;
#else
sif::printError("PeriodicTask::addComponent: Invalid object. Make sure it"
sif::printError("PeriodicTask::addComponent: Invalid object. Make sure it "
"implements ExecutableObjectIF!\n");
#endif
return HasReturnvaluesIF::RETURN_FAILED;