summaryrefslogtreecommitdiff
path: root/cmd/eduvpn-cli/main.go
diff options
context:
space:
mode:
authorSimon Ruderich <simon.ruderich@fau.de>2025-11-25 08:08:19 +0100
committerSimon Ruderich <simon.ruderich@fau.de>2025-12-15 19:06:52 +0100
commitc9fa5eb4ab6cb575408882d2fbc85903c4066ba0 (patch)
treed814249c46c1b644bca485c4c3fc3fa88c0aaef9 /cmd/eduvpn-cli/main.go
parent4b2ba41dd46f4a9ae80b190fd3599653b81c4717 (diff)
client: add Logger interface to give programs more control
See https://codeberg.org/eduVPN/eduvpn-common/issues/102
Diffstat (limited to 'cmd/eduvpn-cli/main.go')
-rw-r--r--cmd/eduvpn-cli/main.go1
1 files changed, 1 insertions, 0 deletions
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