mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02: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:
Notes:
sideshowbarker
2024-07-18 23:56:48 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/872f2a3b908 Pull-request: https://github.com/SerenityOS/serenity/pull/4887
@@ -315,7 +315,7 @@ void BlockBasedFS::flush_writes_impl()
|
||||
++count;
|
||||
});
|
||||
cache().mark_all_clean();
|
||||
dbg() << class_name() << ": Flushed " << count << " blocks to disk";
|
||||
dbgln("{}: Flushed {} blocks to disk", class_name(), count);
|
||||
}
|
||||
|
||||
void BlockBasedFS::flush_writes()
|
||||
|
||||
Reference in New Issue
Block a user