mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:38:13 +00:00
Everywhere: Remove accidental '\n' from various outln() invocations
Also convert outln(stderr, ...) to warnln(...)
This commit is contained in:
parent
43e7181ec8
commit
bf8fd4c193
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ int main(int argc, char** argv)
|
|||
int status;
|
||||
if (g_pid == -1) {
|
||||
if (child_argv.is_empty()) {
|
||||
outln(stderr, "strace: Expected either a pid or some arguments\n");
|
||||
warnln("strace: Expected either a pid or some arguments");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue