Skip to content

Commit a300eab

Browse files
committed
add log
1 parent a8b98f6 commit a300eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ func (c *BlobCacheClient) getGRPCClient(ctx context.Context, request *ClientRequ
348348
}
349349

350350
if resp.Ok {
351+
Logger.Infof("Content repopulated from source: %s\n", entry.SourcePath)
351352
return closestClient, host, nil
352353
}
353354

0 commit comments

Comments
 (0)