mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +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
7235ddfd98
commit
019c9eb749
13 changed files with 41 additions and 28 deletions
|
@ -162,7 +162,7 @@ void DownloadWidget::did_progress(Optional<u32> total_size, u32 downloaded_size)
|
|||
|
||||
void DownloadWidget::did_finish(bool success)
|
||||
{
|
||||
dbg() << "did_finish, success=" << success;
|
||||
dbgln("did_finish, success={}", success);
|
||||
|
||||
m_close_button->set_enabled(true);
|
||||
m_cancel_button->set_text("Open in Folder");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue