some info output

This commit is contained in:
Robin Müller 2023-07-25 23:53:39 +02:00
parent d59ea6eb3d
commit 7014ab517d
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -1240,6 +1240,7 @@ ReturnValue_t CoreController::gracefulShutdownTasks(xsc::Chip chip, xsc::Copy co
// and a reboot is imminent. Use scratch buffer?
sif::info << "Running slot was writeprotected before reboot" << std::endl;
}
sif::info << "Graceful shutdown handling done" << std::endl;
// Ensure that all diagnostic prinouts arrive.
TaskFactory::delayTask(50);
return result;