diff --git a/zetaclient/orchestrator/orchestrator.go b/zetaclient/orchestrator/orchestrator.go index 144c3952cd..94477d3e7c 100644 --- a/zetaclient/orchestrator/orchestrator.go +++ b/zetaclient/orchestrator/orchestrator.go @@ -502,11 +502,11 @@ func (oc *Orchestrator) ScheduleCctxEVM( } if outboundScheduleInterval == 0 { - // TODO: clean up this log when issues is resolved + // TODO: clean up this log when issue is resolved // logging observer chain id to be sure that observer is resolved correctly for the same chain oc.logger.Error(). Err(err). - Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d for observer for chain %d", chainID, observer.GetChainParams().ChainId) + Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d using observer for chain %d", chainID, observer.GetChainParams().ChainId) return }