From: martin f. krafft Date: Wed, 18 May 2011 05:43:27 +0000 (+0200) Subject: write status to stderr X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/c568707d316118250478115ebd46e88e6b1d59ae write status to stderr --- diff --git a/.bin/offlineimap b/.bin/offlineimap index 7e439d4..f55fee5 100755 --- a/.bin/offlineimap +++ b/.bin/offlineimap @@ -12,7 +12,7 @@ if ! lockfile -0 -r0 -l 3600 "$LOCKFILE" 2>/dev/null; then fi if ! test -t 0; then - echo Renicing because we are not run interactively… + echo Renicing because we are not run interactively… >&2 renice 20 -p $$ >/dev/null ionice -c3 -p $$ fi