From: Michael Tremer Date: Thu, 30 Apr 2009 08:58:58 +0000 (+0200) Subject: Increase size of sent log. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8909ea950f914a024ca0d7a10fb816391d65dc;p=ipfire-3.x.git Increase size of sent log. --- diff --git a/tools/make-include b/tools/make-include index 45892da07..cd91c6358 100644 --- a/tools/make-include +++ b/tools/make-include @@ -85,7 +85,7 @@ exiterror() { dialogerror $* build_spy state error if [ -n "$LOGFILE" ]; then - tail -n16 $LOGFILE > $FAILED + tail -n48 $LOGFILE > $FAILED echo "$(date -u '+%b %e %T') ERROR: $*" >> $LOGFILE build_spy log $($BASEDIR/tools/base64 < $FAILED) fi