mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +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.Everything:
This commit is contained in:
parent
11d651d447
commit
872f2a3b90
8 changed files with 16 additions and 15 deletions
|
@ -591,7 +591,7 @@ public:
|
|||
SplitQword end;
|
||||
read_tsc(end.lsw, end.msw);
|
||||
uint64_t diff = end.qw - m_start.qw;
|
||||
dbg() << "Stopwatch(" << m_name << "): " << diff << " ticks";
|
||||
dbgln("Stopwatch({}): {} ticks", m_name, diff);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue