Log unsupported source repository types.

If we don't recognise git/tar/etc as source-repositories repotypes, we
now log the repotype, for debugging purposes.

Change-Id: I7b870807658441c928c7880291eb0284b6f97778
This commit is contained in:
Chris Jones 2013-12-20 14:53:53 +00:00
parent 4c7a3bf79f
commit 4794df890a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function get_repos_for_element(){
fi
;;
*)
echo "Unsupported repository type"
echo "Unsupported repository type: $REPOTYPE"
return 1
;;
esac