Skip to content

Commit 9999c2b

Browse files
Fix incorrect extra logging of vttablet-up.sh
Signed-off-by: Rohit Nayak <[email protected]>
1 parent 8da951d commit 9999c2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/common/backup-scripts/vttablet-up.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ for i in $(seq 0 300); do
6666
done
6767

6868

69-
echo "=======================" vttablet.out start ======================="
69+
echo "======================= vttablet.out start ======================="
7070
cat $VTDATAROOT/$tablet_dir/vttablet.out
71-
echo "=======================" vttablet.out end ======================="
72-
echo "=======================" vttablet logs start ======================="
71+
echo "======================= vttablet.out end ======================="
72+
echo "======================= vttablet logs start ======================="
7373
cat $VTDATAROOT/tmp/*vttablet*
74-
echo "=======================" vttablet logs end ======================="
74+
echo "======================= vttablet logs end ======================="
7575

7676
# check one last time
7777
curl -I "http://$hostname:$port/debug/status" || fail "tablet could not be started!"

0 commit comments

Comments
 (0)