projects
/
EVA-2020-02.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat(bkgpslog):Minor debug message for each buffer round
[EVA-2020-02.git]
/
exec
/
bkgpslog
diff --git
a/exec/bkgpslog
b/exec/bkgpslog
index d621e4eda48b451c02cee5d372c2423e77f338e0..77ba1cf48cbccb243b6900918d999af6bf101c7c 100755
(executable)
--- a/
exec/bkgpslog
+++ b/
exec/bkgpslog
@@
-245,7
+245,7
@@
main() {
while [[ "$SECONDS" -lt "$scriptTTL" ]]; do
((debugCounter++))
timeout "$bufferTTL""s" gpspipe -r 1>> "$DIROUT"/"$FILEOUT_NMEA""$debugCounter"
-
echo "do stuff
" 1>&2;
+
vbm "DEBUG:Completed buffer session.
" 1>&2;
done
fi
} # Main function.