]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Decrease log verbosity of iceccd.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jul 2009 10:00:26 +0000 (12:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jul 2009 10:00:26 +0000 (12:00 +0200)
tools/make-cluster

index 62de9e39e8a1c7d12a681cf3cf28eb737908667c..6b24fc223644a634163783dbe3d7b027b1d95c1a 100644 (file)
@@ -63,7 +63,7 @@ function iceccd_start() {
        if [ -n "$(pidof iceccd)" ]; then
                return
        fi
-       ${TOOLS_DIR}/usr/sbin/iceccd -vvv -d -s ${ICECC_SCHEDULER} -m ${ICECC_JOBS-8} \
+       ${TOOLS_DIR}/usr/sbin/iceccd -d -s ${ICECC_SCHEDULER} -m ${ICECC_JOBS-8} \
                -N ${HOSTNAME} -p ${ICECC_PORT-10245}
 }