mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37: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
fb8d3635d9
commit
ea7b7d8ceb
10 changed files with 99 additions and 74 deletions
|
@ -728,7 +728,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
if (getenv("DISABLE_DBG_OUTPUT")) {
|
||||
DebugLogStream::set_enabled(false);
|
||||
AK::set_debug_enabled(false);
|
||||
}
|
||||
|
||||
String test_root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue