summaryrefslogtreecommitdiff
path: root/client/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/proxy.go')
-rw-r--r--client/proxy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/proxy.go b/client/proxy.go
index 2f05f8a..e7757ca 100644
--- a/client/proxy.go
+++ b/client/proxy.go
@@ -15,12 +15,12 @@ type ProxyLogger struct{}
// Logf logs a message with parameters
func (pl *ProxyLogger) Logf(msg string, params ...interface{}) {
- log.Logger.Debugf("[Proxyguard] "+msg, params...)
+ log.Logger.Infof("[Proxyguard] "+msg, params...)
}
// Log logs a message
func (pl *ProxyLogger) Log(msg string) {
- log.Logger.Debugf("[Proxyguard] %s", msg)
+ log.Logger.Infof("[Proxyguard] %s", msg)
}
// StartProxyguard starts proxyguard for proxied WireGuard connections