@@ -59,6 +59,7 @@ function slave_behind_match() {
diff=`expr $cur_diff - 3600`
if [[ $secs > $diff || $secs > 1800 ]];then
+ echo behind_master=$secs
return 0
fi
done