mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +00:00
Shell: Replace all dbg()'s with dbgln()
This commit is contained in:
parent
602d2ff856
commit
57728ef29f
Notes:
sideshowbarker
2024-07-19 00:58:44 +09:00
Author: https://github.com/alimpfard
Commit: 57728ef29f
Pull-request: https://github.com/SerenityOS/serenity/pull/4359
Issue: https://github.com/SerenityOS/serenity/issues/4345
Issue: https://github.com/SerenityOS/serenity/issues/4358
3 changed files with 32 additions and 27 deletions
|
@ -175,7 +175,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
if (command_to_run) {
|
||||
dbgprintf("sh -c '%s'\n", command_to_run);
|
||||
dbgln("sh -c '{}'\n", command_to_run);
|
||||
shell->run_command(command_to_run);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue