Skip to content

Commit e3f1e51

Browse files
authored
Merge pull request #23 from maticnetwork/dev-fix-log
Remove unwanted log
2 parents 14ffde8 + 5f96b06 commit e3f1e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/bor/rest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func FetchFromHeimdallWithRetry(client http.Client, urlString string, paths ...s
6565
if err == nil && res != nil {
6666
return res, nil
6767
}
68-
log.Info("Retrying again in 5 seconds for next Heimdall span", u.Path)
68+
log.Info("Retrying again in 5 seconds for next Heimdall span", "path", u.Path)
6969
time.Sleep(5 * time.Second)
7070
}
7171
}

0 commit comments

Comments
 (0)