removed unnecessary change

This commit is contained in:
Robin Müller 2020-06-04 19:57:25 +02:00
parent 7014833c1c
commit 639b517eda
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ ReturnValue_t FixedTimeslotTask::addSlot(object_id_t componentId,
}
sif::error << "Component " << std::hex << componentId <<
" not found, not adding it to pst\r" << std::endl;
" not found, not adding it to pst" << std::endl;
return HasReturnvaluesIF::RETURN_FAILED;
}