Missing Initialization of FDIR in FreshDeviceHandlerBase #33

Merged
muellerr merged 8 commits from meier/debug into develop 2024-03-29 12:50:44 +01:00
Showing only changes of commit 8aa539e67f - Show all commits

View File

@ -123,7 +123,7 @@ void ObjectManager::initialize() {
#endif
errorCount++;
} else {
sif::printDebug("ObjectManager::initialize: Initialized onject with ID 0x%x\n", it.first);
sif::printDebug("ObjectManager::initialize: Initialized object with ID 0x%x\n", it.first);
}
}
if (errorCount > 0) {