mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:15:10 +00:00
LibDebug: Convert a bunch of dbg() to dbgln()
This commit is contained in:
parent
08190dd0ce
commit
d56f4f635a
5 changed files with 22 additions and 23 deletions
|
@ -180,7 +180,7 @@ DIE::AttributeValue DIE::get_attribute_value(AttributeDataForm form,
|
|||
break;
|
||||
}
|
||||
default:
|
||||
dbg() << "Unimplemented AttributeDataForm: " << (u32)form;
|
||||
dbgln("Unimplemented AttributeDataForm: {}", (u32)form);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
return value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue