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 abh3 committed Jun 30, 2016
1 parent 9d67ed8 commit 36b44f3
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 36b44f3

Please sign in to comment.