diff --git a/inc/status.inc b/inc/status.inc index f9bb8a37..70c06cbd 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -482,7 +482,7 @@ STATUS(){ replruntime=$((replend-replstart)) replnoderuntime=$((replend-replnodestart)) replcheckruntime=$((replend-replcheckstart)) - rrmsg="$(SHOW_TIME ${replruntime} s) since copy, $(SHOW_TIME ${replcheckruntime} s) since check start & $(SHOW_TIME ${replnoderuntime} s) since node check" + rrmsg="$(SHOW_TIME ${replruntime} s) (copy) $(SHOW_TIME ${replcheckruntime} s) (start) $(SHOW_TIME ${replnoderuntime} s) (node)" if [ "${timeout}" = "true" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[Red]}Timeout${idsCL[Default]} - ${rrmsg}"