mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Shell: Replace all dbg()'s with dbgln()
This commit is contained in:
committed by
Andreas Kling
parent
602d2ff856
commit
57728ef29f
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user