mirror of
https://github.com/RGBCube/serenity
synced 2025-07-14 18:07:35 +00:00
LibCore: Use new format functions in some places.
This commit is contained in:
parent
43e37c7cde
commit
c9ca897a45
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