From 778ffa05a1f3c2e01dd8c4b42901ea83941bec3b Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 2 Jun 2025 18:05:08 +0200 Subject: [PATCH] what is collaborative --- tools/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/api.go b/tools/api.go index 93802a0..64539a6 100644 --- a/tools/api.go +++ b/tools/api.go @@ -147,7 +147,7 @@ func (a *API) CheckRemoteAPIs(apis []DataType) (State, map[string]string, error) state := ALIVE reachable := false for _, api := range apis { // Check the state of each remote API in the list - l.Debug().Msg("Checking : " + api.String()) + l.Debug().Msg("Checking : " + api.String() + " at " + api.API()) var resp APIStatusResponse b, err := caller.CallGet("http://"+api.API()+":8080", "/oc/version/status") // Call the status endpoint of the remote API (standard OC status endpoint) if err != nil {