Missing Initialization of FDIR in FreshDeviceHandlerBase #33
@ -123,7 +123,7 @@ void ObjectManager::initialize() {
|
|||||||
#endif
|
#endif
|
||||||
errorCount++;
|
errorCount++;
|
||||||
} else {
|
} 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) {
|
if (errorCount > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user