mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +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.
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 23:11:40 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/01879d27c22 Pull-request: https://github.com/SerenityOS/serenity/pull/4931 Reviewed-by: https://github.com/emanuele6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user