mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-10 13:29:38 +00:00
machinebase: fix log statement warning.
This commit is contained in:
parent
a9f73e7384
commit
c2cd076662
@ -73,7 +73,7 @@ HWComponent* MachineBase::get_comp_by_type(HWCompType type) {
|
|||||||
if (found) {
|
if (found) {
|
||||||
return this->get_comp_by_name(comp_name);
|
return this->get_comp_by_name(comp_name);
|
||||||
} else {
|
} else {
|
||||||
LOG_F(WARNING, "No component of type %lu was found!", type);
|
LOG_F(WARNING, "No component of type %llu was found!", type);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user