From add9a62d177ada7d1a10db2408da8986803ffb2b Mon Sep 17 00:00:00 2001 From: Lazar Date: Fri, 18 Oct 2024 11:46:15 +0200 Subject: [PATCH] more logs --- btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go b/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go index 39a0096..85b709d 100644 --- a/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go +++ b/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go @@ -177,7 +177,7 @@ func (sew *StakingEventWatcher) checkBabylonDelegations(status btcstakingtypes.B return fmt.Errorf("error fetching active delegations from babylon: %v", err) } - sew.logger.Debugf("fetched %d delegations from babylon", len(delegations)) + sew.logger.Debugf("fetched %d delegations from babylon by status %s", len(delegations), status) for _, delegation := range delegations { addDel(delegation)