mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +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) {
|
||||
return this->get_comp_by_name(comp_name);
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user