1
0
forked from fsfw/fsfw

clearing HK messagei ncluded now

This commit is contained in:
2020-12-22 13:05:59 +01:00
parent 356bd2717e
commit 6f756a721c
4 changed files with 12 additions and 8 deletions

View File

@ -16,8 +16,8 @@ public:
<< timeoutMs << " milliseconds!" << std::endl;
}
else if(status != HasReturnvaluesIF::RETURN_OK){
sif::error << "MutexHelper: Lock of Mutex failed with code " <<
status << std::endl;
sif::error << "MutexHelper: Lock of Mutex failed with code "
<< status << std::endl;
}
}