From: Steven Baltakatei Sandoval Date: Sat, 11 Jul 2020 04:16:03 +0000 (+0000) Subject: fix(bklog):Convert debug echos into vbm() X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/cfd105b555e4f3b898c79a5d58e16c803036cb06 fix(bklog):Convert debug echos into vbm() --- diff --git a/exec/bklog b/exec/bklog index 173ece0..6fc61e4 100644 --- a/exec/bklog +++ b/exec/bklog @@ -1240,9 +1240,9 @@ main() { while read -r -t "$bufferTTL" line && [[ $SECONDS -lt "$bufferTOD" ]]; do # Append line to buffer array buffer+=("$line"); - echo "DEBUG:Processing line:$lineCount"; - echo "DEBUG:Current line :$line"; - echo "DEBUG:buf elem count :${#buffer[@]}"; + vbm "DEBUG:Processing line:$lineCount"; + vbm "DEBUG:Current line :$line"; + vbm "DEBUG:buf elem count :${#buffer[@]}"; ((lineCount++)); done; # Create dir_tmp if missing