1
0
forked from fsfw/fsfw

form improvements

This commit is contained in:
2020-08-25 18:09:05 +02:00
parent 6afbeb8423
commit da3b2b2500
11 changed files with 125 additions and 157 deletions

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_IPC_MUTEXHELPER_H_
#define FRAMEWORK_IPC_MUTEXHELPER_H_
#include "../ipc/MutexFactory.h"
#include "MutexFactory.h"
#include "../serviceinterface/ServiceInterfaceStream.h"
class MutexHelper {
@ -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;
}
}