debug output fix

This commit is contained in:
Robin Müller 2020-08-26 03:21:26 +02:00
parent c314792e86
commit 51b62fd9b1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ReturnValue_t Service1TelecommandVerification::sendVerificationReport(
result = generateSuccessReport(message);
}
if(result != HasReturnvaluesIF::RETURN_OK){
sif::error << "Service1TelecommandVerification::initialize: "
sif::error << "Service1TelecommandVerification::sendVerificationReport: "
"Sending verification packet failed !" << std::endl;
}
return result;