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 --- exports/exports.go | 1 + 1 file changed, 1 insertion(+) (limited to 'exports') diff --git a/exports/exports.go b/exports/exports.go index 3ef6781..05a77c2 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -163,6 +163,7 @@ func Register( func(oldState client.FSMStateID, newState client.FSMStateID, data interface{}) bool { return stateCallback(cb, oldState, newState, data) }, + nil, ) // Only update the state if we get no error if err == nil { -- cgit v1.2.3