more corrections
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2021-07-29 18:33:15 +02:00
parent 940d4965bc
commit d8acf94a02
2 changed files with 5 additions and 1 deletions

View File

@ -45,6 +45,7 @@ int WatchdogTask::performOperation() {
if(fd < 0) {
std::cerr << "eive-watchdog: Opening pipe " << watchdog::FIFO_NAME <<
"read-only failed with " << errno << ": " << strerror(errno) << std::endl;
return -1;
}
state = States::RUNNING;