diff options
author | Roger Leigh <rleigh@debian.org> | 2009-04-10 14:24:34 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-05-03 17:35:28 +0100 |
commit | 3edb93e2d274138841d54e7ff03407777bfb8be0 (patch) | |
tree | e3b7c13595850e4756715f81c0dc457e5880a7fc /bin | |
parent | 7e0ffa36c21de2844f1295bedede543d62097cdc (diff) | |
download | schroot-3edb93e2d274138841d54e7ff03407777bfb8be0.tar.gz |
[schroot-mount] Don't log command being executed
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot-mount/schroot-mount-main.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/schroot-mount/schroot-mount-main.cc b/bin/schroot-mount/schroot-mount-main.cc index c461ef98..71e03291 100644 --- a/bin/schroot-mount/schroot-mount-main.cc +++ b/bin/schroot-mount/schroot-mount-main.cc @@ -180,11 +180,6 @@ main::run_child (std::string const& file, << "mount_main: executing " << sbuild::string_list_to_string(command, ", ") << std::endl; - if (opts->verbose) - // TRANSLATORS: %1% = command - sbuild::log_info() << format(_("Executing '%1%'")) - % sbuild::string_list_to_string(command, " ") - << std::endl; exec(file, command, env); error e(file, EXEC, strerror(errno)); sbuild::log_exception_error(e); |