Skip to content

Commit 470bc32

Browse files
committed
End debug statement with new line.
1 parent 8ab2460 commit 470bc32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/XrdCl/XrdClFile.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ namespace XrdCl
599599
Buffer *&response,
600600
uint16_t timeout = 0 )
601601
XRD_WARN_UNUSED_RESULT;
602-
602+
files
603603
//------------------------------------------------------------------------
604604
//! Get access token to a file - async
605605
//!

src/XrdPfc/XrdPfc.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ File* Cache::GetFile(const std::string& path, IO* io, long long off, long long f
451451
if (resFctl == 0)
452452
{
453453
// seems like success
454-
std::cout << "Cache::GetFile ... IO Query result buffer " << responseFctl->ToString() << "\n";
454+
std::cout << "Cache::GetFile ... Fctl result buffer " << responseFctl->ToString() << "\n";
455455
}
456456
else {
457-
std::cout << "Cache::GetFile IO query to origin failed \n";
457+
std::cout << "Cache::GetFile Fctl to origin failed \n";
458458
}
459459
}
460460

0 commit comments

Comments
 (0)