From c96be9dd9f3b9812ee054753d53170fa65eaa5c3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 27 Oct 2014 12:09:15 +0100 Subject: g-i-i: use consistent formatting --- bin/g-i-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index e12d563f..907b51f5 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -295,7 +295,7 @@ backup_screenshot() { } do_and_report() { - echo "At $NR (token: $TOKEN) sending $@" + echo "$(date) $PRINTF_NR / $TOKEN - sending $@" # Workaround #758881: vncdo type command sending "e" chars sometimes not # received, sometimes received as if "e" key was kept pressed. if [ "$1" = "type" ]; then @@ -915,7 +915,7 @@ monitor_system() { convert $CONVERTOPTS snapshot_${PRINTF_NR}.jpg snapshot_${PRINTF_NR}.ppm rm snapshot_${PRINTF_NR}.jpg else - echo "$PRINTF_NR: $(date) - could not take vncsnapshot from $DISPLAY - using a blank fake one instead" + echo "$(date) $PRINTF_NR - could not take vncsnapshot from $DISPLAY - using a blank fake one instead" convert -size $VIDEOSIZE xc:none -depth 8 snapshot_${PRINTF_NR}.ppm fi # give signal we are still running -- cgit v1.2.3-54-g00ecf