fix RA logging again...

This commit is contained in:
radius 2015-02-01 15:14:49 -05:00
parent 13f9ce1b78
commit d34eac08e9

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