Browse Source

adjusted comment

0xdcarns 3 years ago
parent
commit
f272ef1022
2 changed files with 3 additions and 5 deletions
  1. 1 1
      logger/util.go
  2. 2 4
      netclient/ncutils/netclientutils.go

+ 1 - 1
logger/util.go

@@ -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

+ 2 - 4
netclient/ncutils/netclientutils.go

@@ -27,10 +27,8 @@ import (
 	"google.golang.org/grpc/credentials"
 )
 
-var (
-	// Version - version of the netclient
-	Version = "dev"
-)
+// Version - version of the netclient
+var Version = "dev"
 
 // MAX_NAME_LENGTH - maximum node name length
 const MAX_NAME_LENGTH = 62