diff --git a/internal/client/allocation.go b/internal/client/allocation.go index 49b09b63..661447ae 100644 --- a/internal/client/allocation.go +++ b/internal/client/allocation.go @@ -76,6 +76,7 @@ func (a *allocation) refreshAllocation(lifetime time.Duration, dontWait bool) er a.log.Debugf("Send refresh request (dontWait=%v)", dontWait) trRes, err := a.client.PerformTransaction(msg, a.serverAddr, dontWait) + fmt.Println(trRes, err, dontWait) if err != nil { return fmt.Errorf("%w: %s", errFailedToRefreshAllocation, err.Error()) }