Skip to content

Commit

Permalink
Add path info in File::InitiateClose log.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and osschar committed Mar 9, 2016
1 parent d9b414b commit 993d770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheFile.cc
Expand Up @@ -203,7 +203,7 @@ File::~File()
bool File::InitiateClose()
{
// Retruns true if delay is needed
clLog()->Debug(XrdCl::AppMsg, "File::Initiate close start", lPath());
clLog()->Debug(XrdCl::AppMsg, "File::Initiate close start %s", lPath());

cache()->DeRegisterPrefetchFile(this);

Expand Down

0 comments on commit 993d770

Please sign in to comment.