mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Kernel: Fix incorrect format template
This commit is contained in:
parent
b4272d731f
commit
eaad94751c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue