EM build working now
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-21 15:17:31 +01:00
parent 0fdc79df5e
commit 2153294e6f
8 changed files with 15 additions and 16 deletions

View File

@ -102,9 +102,7 @@ void EiveSystem::handleEventMessages() {
}
break;
default:
sif::debug << "AcsSubsystem::performChildOperation: Did not subscribe "
"to this event message"
<< std::endl;
sif::debug << "EiveSystem: Did not subscribe to event " << event.getEvent() << std::endl;
break;
}
}