mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-23 18:38:38 +00:00
added logLevel to cmdline, moved pesky info lines to debug
This commit is contained in:
@@ -22,6 +22,7 @@ func main() {
|
||||
var targetVncHost = flag.String("targHost", "localhost", "target vnc hostname")
|
||||
|
||||
flag.Parse()
|
||||
logger.SetLogLevel(*logLevel)
|
||||
|
||||
if *targetVncHost == "" {
|
||||
logger.Error("no target vnc server host defined")
|
||||
|
Reference in New Issue
Block a user