From 6b56beaecf88f57976201a0dee25b5a533e509a3 Mon Sep 17 00:00:00 2001 From: Alja Mrak-Tadel Date: Fri, 17 Jul 2015 14:47:50 -0700 Subject: [PATCH] Fix spelling in log. --- src/XrdFileCache/XrdFileCacheFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdFileCache/XrdFileCacheFile.cc b/src/XrdFileCache/XrdFileCacheFile.cc index de768d7648d..645bda852e8 100644 --- a/src/XrdFileCache/XrdFileCacheFile.cc +++ b/src/XrdFileCache/XrdFileCacheFile.cc @@ -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);