Skip to content

Commit

Permalink
Log detach in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Apr 4, 2017
1 parent a8b43e2 commit 51c0fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XrdFileCache/XrdFileCacheIOFileBlock.cc
Expand Up @@ -49,6 +49,9 @@ IOFileBlock::IOFileBlock(XrdOucCacheIO2 *io, XrdOucCacheStats &statsGlobal, Cach
XrdOucCacheIO* IOFileBlock::Detach()
{
// this is called when this IO is no longer active

TRACEIO(Debug, "IOFileBlock detaching file");

XrdOucCacheIO * io = GetInput();

while (! m_blocks.empty())
Expand Down

0 comments on commit 51c0fbb

Please sign in to comment.