Skip to content

Commit

Permalink
adjusted Error log to reflect function called
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabnsky committed Jun 11, 2024
1 parent b00dce9 commit c9f1846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/file_cache/file_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ func (fc *FileCache) TruncateFile(options internal.TruncateFileOptions) error {

err = fc.downloadFile(h)
if err != nil {
log.Err("FileCache::TruncateFile : Error opening file %s [%s]", options.Name, err.Error())
log.Err("FileCache::TruncateFile : Error calling downloadFile with %s [%s]", options.Name, err.Error())
return err
}
}
Expand Down

0 comments on commit c9f1846

Please sign in to comment.