From c9fa5eb4ab6cb575408882d2fbc85903c4066ba0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 25 Nov 2025 08:08:19 +0100 Subject: client: add Logger interface to give programs more control See https://codeberg.org/eduVPN/eduvpn-common/issues/102 --- cmd/eduvpn-cli/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/eduvpn-cli/main.go b/cmd/eduvpn-cli/main.go index d0457b5..2a8ffc1 100644 --- a/cmd/eduvpn-cli/main.go +++ b/cmd/eduvpn-cli/main.go @@ -154,6 +154,7 @@ func printConfig(url string, cc string, srvType srvtypes.Type, prof string) erro stateCallback(oldState, newState, data, prof, dir) return true }, + nil, ) if err != nil { return err -- cgit v1.2.3