mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28: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
4953c73fc1
commit
01879d27c2
12 changed files with 33 additions and 23 deletions
|
@ -87,7 +87,7 @@ int regcomp(regex_t* reg, const char* pattern, int cflags)
|
|||
preg->re_pat_err = (ReError)parser_result.error;
|
||||
preg->re_pat = pattern;
|
||||
|
||||
dbg() << "Have Error: " << (ReError)parser_result.error;
|
||||
dbgln("Have Error: {}", (int)parser_result.error);
|
||||
|
||||
return (ReError)parser_result.error;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue