mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
AK: Use new format functions.
This commit is contained in:
parent
560c52989c
commit
1d96d5eea4
Notes:
sideshowbarker
2024-07-19 01:58:58 +09:00
Author: https://github.com/asynts
Commit: 1d96d5eea4
Pull-request: https://github.com/SerenityOS/serenity/pull/3705
Reviewed-by: https://github.com/awesomekling
13 changed files with 74 additions and 91 deletions
|
@ -465,7 +465,7 @@ void StandardFormatter::parse(TypeErasedFormatParams& params, FormatParser& pars
|
|||
m_mode = Mode::Pointer;
|
||||
|
||||
if (!parser.is_eof())
|
||||
dbg() << __PRETTY_FUNCTION__ << " did not consume '" << parser.remaining() << "'";
|
||||
dbgln("{} did not consume '{}'", __PRETTY_FUNCTION__, parser.remaining());
|
||||
|
||||
ASSERT(parser.is_eof());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue