Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi-shopify committed Oct 10, 2024
1 parent b6e9789 commit 1597905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/vt/topo/replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (ts *Server) UpdateShardReplicationFields(ctx context.Context, cell, keyspa
return vterrors.Wrap(err, "bad ShardReplication data")
}
default:
log.Warningf("GetShardReplication failed for cell %s, keyspace %s, shard %s: %v", cell, keyspace, shard, err)
log.Warningf("UpdateShardReplicationFields failed for cell %s, keyspace %s, shard %s: %v", cell, keyspace, shard, err)
return err
}

Expand Down
2 changes: 1 addition & 1 deletion go/vt/topo/wildcards.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ func (ts *Server) resolveRecursive(ctx context.Context, cell string, parts []str
// The path doesn't exist, don't return anything.
return nil, nil
}
log.Warningf("Get failed for cell %s, filePath %s: %v", cell, p, err)
log.Warningf("ResolveRecursive failed for cell %s, filePath %s: %v", cell, p, err)
return nil, err
}

0 comments on commit 1597905

Please sign in to comment.