Modified error messages for red5 logs

This commit is contained in:
Sebastian 2010-07-07 10:51:25 -04:00
parent c3bdffc234
commit 9c5afe284d

View File

@ -743,7 +743,7 @@ $RED5_DIRECTORY/log/bigbluebutton.log"
for file in $LOGG_FILES ; do
if [ -a $file ]; then
if cat $file | tail -n1 | grep -q "Starting up context"; then
echo "BigBlueButton did not start up correctly"
echo " did not start: $file"
fi
else
echo "File" $file "not found"