mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-04 14:45:09 +00:00
fixed tight encoding, added the QEMU extended keys message (no way to test it)
This commit is contained in:
@@ -2,7 +2,7 @@ package logger
|
||||
|
||||
import "fmt"
|
||||
|
||||
var simpleLogger = SimpleLogger{LogLevelInfo}
|
||||
var simpleLogger = SimpleLogger{LogLevelDebug}
|
||||
|
||||
type Logger interface {
|
||||
Debug(v ...interface{})
|
||||
|
Reference in New Issue
Block a user