minor log style change

This commit is contained in:
2025-11-09 23:26:43 +05:00
parent 6bfc0f5e9a
commit baf45a4b10
3 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ function myprint {
}
function myprint_quiet {
#bool
#true or false
local quiet=$1
local text="$2"
if [ "$quiet" != true ]; then