Skip to content

Commit 91a346b

Browse files
authored
Remove Resulting PFN log
1 parent 7b91ea5 commit 91a346b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/XrdCmsTfc.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ XrdCmsTfc::TrivialFileCatalog::lfn2pfn(const char *lfn, char *buff, int blen)
314314
tmpLfn = applyRules(m_directRules, *protocol, m_destination, true, tmpLfn);
315315
if (!tmpLfn.empty()) {
316316
strncpy(buff, tmpLfn.c_str(), blen);
317-
eDest->Say("Resulting PFN: ", buff);
318317
return 0;
319318
}
320319
}

0 commit comments

Comments
 (0)