Skip to content

Commit

Permalink
changed syncing log text
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak committed Jul 12, 2024
1 parent ecf357f commit 7e2b425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/db/resolver_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func iterateAndPublish(ctx context.Context, node *masa.OracleNode) {
if len(key) > 0 && key[0] == '/' {
key = key[1:]
}
logrus.Printf("syncing record %s", key)
logrus.Printf("syncing %s", key)
_ = WriteData(node, key, record.Value)

// sync blocks
Expand Down

0 comments on commit 7e2b425

Please sign in to comment.