make logging statements use inf function

This commit is contained in:
ksyasuda 2022-02-07 02:09:23 -08:00
parent 593b66edea
commit c6d5c6a1bd

View File

@ -61,7 +61,7 @@ Options:
lg() {
if ((VERBOSE == 1)); then
printf "%s\n" "$*"
inf "$*"
fi
}