Skip to content

Commit

Permalink
Fix spelling in 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 43d0c63 commit d92a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheFile.cc
Expand Up @@ -742,7 +742,7 @@ void File::ProcessBlockResponse(Block* b, XrdCl::XRootDStatus *status)
if (status->IsOK())
{
b->m_downloaded = true;
clLog()->Debug(XrdCl::AppMsg, "File::ProcessBlockResponse %d finidhed %d",(int)(b->m_offset/BufferSize()), b->is_finished());
clLog()->Debug(XrdCl::AppMsg, "File::ProcessBlockResponse %d finished %d",(int)(b->m_offset/BufferSize()), b->is_finished());
if (!m_stopping) { // AMT theoretically this should be under state lock, but then are double locks
inc_ref_count(b);
cache()->AddWriteTask(b, true);
Expand Down

0 comments on commit d92a432

Please sign in to comment.