mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +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
Notes:
sideshowbarker
2024-07-18 23:55:25 +09:00
Author: https://github.com/asynts
Commit: 843ebbd2c3
Pull-request: https://github.com/SerenityOS/serenity/pull/4907
15 changed files with 46 additions and 21 deletions
|
@ -62,7 +62,7 @@ bool decode(Decoder& decoder, Gfx::ShareableBitmap& shareable_bitmap)
|
|||
if (shbuf_id == -1)
|
||||
return true;
|
||||
|
||||
dbg() << "Decoding a ShareableBitmap with shbuf_id=" << shbuf_id << ", size=" << size;
|
||||
dbgln("Decoding a ShareableBitmap with shbuf_id={}, size={}", shbuf_id, size);
|
||||
|
||||
auto shared_buffer = SharedBuffer::create_from_shbuf_id(shbuf_id);
|
||||
if (!shared_buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue