mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it easier to find potentially introduced bugs with git bisect.
This commit is contained in:
parent
6fa42af567
commit
843ebbd2c3
15 changed files with 46 additions and 21 deletions
|
@ -79,7 +79,7 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
|||
case (int)MetricRole::TitleButtonWidth:
|
||||
return 15;
|
||||
default:
|
||||
dbg() << "Metric " << name << " has no fallback value!";
|
||||
dbgln("Metric {} has no fallback value!", name);
|
||||
return 16;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue