diff options
Diffstat (limited to 'src/shell_manager.cc')
| -rw-r--r-- | src/shell_manager.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc index 5a6e48a9..31a9d4c2 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -65,9 +65,7 @@ String ShellManager::pipe(const String& input, } close(error_pipe[0]); if (not errorout.empty()) - { - write_debug("\nshell stderr: <<<\n" + errorout + ">>>\n"); - } + write_debug("shell stderr: <<<\n" + errorout + ">>>"); waitpid(pid, NULL, 0); } |
