1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00

strace: Write output to stderr instead of stdout (#7016)

Fixes #7014.
This commit is contained in:
SViN24 2021-05-11 10:56:28 +03:00 committed by GitHub
parent 0ab37dbd03
commit e60c0d675e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ int main(int argc, char** argv)
Vector<const char*> child_argv;
const char* output_filename = nullptr;
auto trace_file = Core::File::standard_output();
auto trace_file = Core::File::standard_error();
Core::ArgsParser parser;
parser.set_general_help(