Index: src/django_gheat/import_scan_data.sh
===================================================================
--- src/django_gheat/import_scan_data.sh	(revision 10925)
+++ src/django_gheat/import_scan_data.sh	(revision 11312)
@@ -29,5 +29,4 @@
 debug "# SSH_USER: $SSH_USER"
 
-echo "# rsync webfolder" 1>&2
 if [ ! -r "$SSH_KEY" ]; then
   echo "# ERROR: automatic ssh key $SSH_KEY not readable"
@@ -35,4 +34,5 @@
 fi
 
+debug "# Rsync webfolder"
 changes_files=`rsync -O --out-format="%n%L" -az -e "ssh -i $SSH_KEY -l $SSH_USER -o StrictHostKeyChecking=no" tyan.wirelessleiden.nl:/usr/local/www/webfolder/scan-data/ $DATAROOT`
 
