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

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

View File

@ -14,6 +14,7 @@ int main() {
}
catch(const std::runtime_error& e) {
std::cerr << "eive-watchdog: Run time exception " << e.what() << std::endl;
return -1;
}
return 0;
}