detachLicense: Tweak retry message

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I6a60cf1b88cd081ff7e47b9a3a537e773a1ac5b9
diff --git a/eclair-linaro/bin/detachLicense b/eclair-linaro/bin/detachLicense
index b473bc4..2220d5d 100755
--- a/eclair-linaro/bin/detachLicense
+++ b/eclair-linaro/bin/detachLicense
@@ -13,7 +13,7 @@
 
 while [ $iter -lt 5 ]; do
     if [ $iter -ne 0 ]; then
-        echo "$0: retry #${iter}"
+        echo "detachLicense: retry #${iter}"
         sleep 60
     fi