aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-16 02:04:44 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-16 02:04:44 +0200
commitf27b8c12bde5028a050fe7ae313bdee7dd1bbdc7 (patch)
treea4dbc431bd0772fee7f3e1c4a86436388104938f /gen_worker.sh
parentgen_configkernel.sh: config_kernel(): No need to re-check required kernel opt... (diff)
downloadgenkernel-f27b8c12bde5028a050fe7ae313bdee7dd1bbdc7.tar.gz
genkernel-f27b8c12bde5028a050fe7ae313bdee7dd1bbdc7.tar.bz2
genkernel-f27b8c12bde5028a050fe7ae313bdee7dd1bbdc7.zip
Adjust LOGLEVEL
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_worker.sh')
-rwxr-xr-xgen_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_worker.sh b/gen_worker.sh
index 8b59f1a9..caf407a8 100755
--- a/gen_worker.sh
+++ b/gen_worker.sh
@@ -62,7 +62,7 @@ gkexec() {
local -a command=( "${1}" )
local pipes=${2:-0}
- print_info 2 "COMMAND: ${command[@]}" 1 0 1
+ print_info 3 "COMMAND: ${command[@]}" 1 0 1
command+=( "$(catch_output_and_failures "Command '${command[@]}' failed!" ${pipes})" )
eval "${command[@]}"