Skip to content

Commit

Permalink
Downgrade severity of message in initLocalStat when info file is not …
Browse files Browse the repository at this point in the history
…complete.
  • Loading branch information
alja authored and simonmichal committed Apr 24, 2017
1 parent 533b194 commit 3732d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheIOEntireFile.cc
Expand Up @@ -129,7 +129,7 @@ int IOEntireFile::initCachedStat(const char* path)
else
{
// file exist but can't read it
TRACEIO(Error, "IOEntireFile::initCachedStat failed to read file size from info file");
TRACEIO(Debug, "IOEntireFile::initCachedStat info file is not complete");
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheIOFileBlock.cc
Expand Up @@ -213,7 +213,7 @@ int IOFileBlock::initLocalStat()
else
{
// file exist but can't read it
TRACEIO(Error, "IOFileBlock::initCachedStat failed to read file size from info file");
TRACEIO(Debug, "IOFileBlock::initCachedStat info file is not complete");
}
}
}
Expand Down

0 comments on commit 3732d31

Please sign in to comment.