From 9c5afe284de83653f6530164014a4002b610618b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 7 Jul 2010 10:51:25 -0400 Subject: [PATCH] Modified error messages for red5 logs --- bigbluebutton-config/bin/bbb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 9d55ca63e9..7d4aebcd02 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -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"