fix RA logging

This commit is contained in:
radius 2015-02-01 15:11:38 -05:00
parent e02b38b60f
commit 13f9ce1b78

View File

@ -1271,7 +1271,7 @@ then
then
MESSAGE="retroarch build successful ($jobid)"
echo $MESSAGE
$buildbot_log $MESSAGE
buildbot_log $MESSAGE
echo "Packaging"
echo ============================================
@ -1331,7 +1331,7 @@ EOF
else
MESSAGE="retroarch build failed ($jobid)"
echo $MESSAGE
$buildbot_log $MESSAGE
buildbot_log $MESSAGE
fi
fi