This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit 5ea07a18212fb68606551c1bf693798022b6135e Author: Simon McVittie <[email protected]> Date: Sun Jan 11 01:39:13 2015 +0000 Fix a misleading debug message --- lib/via-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/via-python b/lib/via-python index e59b965..f4fdb4c 100644 --- a/lib/via-python +++ b/lib/via-python @@ -37,7 +37,7 @@ gdp_data_driven () { shift fi debug "Packaging $LONGNAME via Python code" - debug "Will run: python3 -m game_data_packager $SHORTNAME $*" + debug "Will run: python3 -m game_data_packager $*" python3 -m game_data_packager "$@" exit $? ) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

