diff --git a/scripts/create_addon b/scripts/create_addon index f4943584c3..e166153953 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -37,7 +37,7 @@ if [ -n "$PKG_ADDON_PROJECTS" -a ! "$PKG_ADDON_PROJECTS" = "any" ]; then fi done if [ ! "$PROJECT_SUPPORTED" = "yes" ] ; then - echo "*** ERROR: $PKG_ADDON_ID: '$PROJECT' not supported ***" + echo "*** ERROR: $PKG_ADDON_ID: '$PKG_ADDON_REPOVERSION' not supported ***" exit 0 fi fi