mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +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
24888457d5
commit
fb8d3635d9
9 changed files with 99 additions and 69 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
if (m_active) {
|
||||
auto elapsed = m_command_timer.elapsed();
|
||||
// Don't mistake this for the command!
|
||||
dbg() << "Job entry \"" << m_cmd << "\" deleted in " << elapsed << " ms";
|
||||
dbgln("Job entry '{}' deleted in {} ms", m_cmd, elapsed);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue