Skip to content

Commit

Permalink
Adding output to debug macos error
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Turetsky committed Nov 22, 2024
1 parent ce4615b commit de2c256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_cache/local_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ func (lc *LocalCache) Stat(path, token string) (uint64, error) {
dUrl.Path = path
dUrl.Scheme = "pelican"
statInfo, err := client.DoStat(context.Background(), dUrl.String(), client.WithToken(token))
fmt.Printf("\n\n LOGGING %s \n\n", err.Error())
return uint64(statInfo.Size), err
}

Expand Down

0 comments on commit de2c256

Please sign in to comment.