adjusted comment

This commit is contained in:
0xdcarns
2022-03-24 11:34:22 -04:00
parent 4aea8c4832
commit f272ef1022
2 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import (
"strings"
)
// Verbosity - current logging verbosity of netclient
// Verbosity - current logging verbosity level (optionally set)
var Verbosity = 0
// MakeString - makes a string using golang string builder