mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibCore: Use new format functions in some places.
This commit is contained in:
parent
43e37c7cde
commit
c9ca897a45
Notes:
sideshowbarker
2024-07-19 01:52:10 +09:00
Author: https://github.com/asynts
Commit: c9ca897a45
Pull-request: https://github.com/SerenityOS/serenity/pull/3776
Reviewed-by: https://github.com/alimpfard
7 changed files with 63 additions and 61 deletions
|
@ -110,7 +110,7 @@ String command(const String& program, const Vector<String>& arguments, Optional<
|
|||
|
||||
if (WEXITSTATUS(wstatus) != 0) {
|
||||
# ifdef DBG_FAILED_COMMANDS
|
||||
dbg() << "command failed. stderr: " << read_all_from_pipe(stderr_pipe);
|
||||
dbgln("command failed. stderr: {}", read_all_from_pipe(stderr_pipe));
|
||||
# endif
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue