X-Git-Url: https://git.madduck.net/etc/offlineimap.git/blobdiff_plain/032f40601e49f1ebe69671798675574101109e6b..c568707d316118250478115ebd46e88e6b1d59ae:/.bin/offlineimap

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