mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +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:
@@ -156,7 +156,7 @@ String get_standardized_encoding(const String& encoding)
|
||||
if (trimmed_lowercase_encoding == "x-user-defined")
|
||||
return "x-user-defined";
|
||||
|
||||
dbg() << "TextCodec: Unrecognized encoding: " << encoding;
|
||||
dbgln("TextCodec: Unrecognized encoding: {}", encoding);
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user