mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:27:34 +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
4e8fd0216b
commit
40b8e21115
11 changed files with 54 additions and 54 deletions
|
@ -107,7 +107,7 @@ int main(int argc, char* argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
dbg() << "Loading man page from " << file->filename();
|
||||
dbgln("Loading man page from {}", file->filename());
|
||||
auto buffer = file->read_all();
|
||||
auto source = String::copy(buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue