X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/347113842719841baa1de6ea1f46133f7193331c..cfd105b555e4f3b898c79a5d58e16c803036cb06:/exec/bklog?ds=sidebyside 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