mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Fix incorrect format template
This commit is contained in:
committed by
Andreas Kling
parent
b4272d731f
commit
eaad94751c
@@ -1572,7 +1572,7 @@ void RTL8168NetworkAdapter::identify_chip_version()
|
||||
}
|
||||
break;
|
||||
default:
|
||||
dbgln_if(RTL8168_DEBUG, "Unable to determine device version: {#04x}", registers);
|
||||
dbgln_if(RTL8168_DEBUG, "Unable to determine device version: {:#04x}", registers);
|
||||
m_version = ChipVersion::Unknown;
|
||||
m_version_uncertain = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user