bug fixes in star tracker handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2022-01-17 08:40:56 +01:00
parent 470e834b80
commit 952dfde5b7
9 changed files with 160 additions and 160 deletions

View File

@ -29,7 +29,7 @@ int obsw::obsw() {
// or systemd service!
if(std::filesystem::exists(watchdog::RUNNING_FILE_NAME)) {
sif::warning << "File " << watchdog::RUNNING_FILE_NAME << " exists so the software might "
"already be running. Aborting.." << std::endl;
"already be running. Check if obsw systemd service has been stopped." << std::endl;
return OBSW_ALREADY_RUNNING;
}
#endif