Skip to content

Commit

Permalink
Remove Resulting PFN log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi authored Jun 18, 2018
1 parent 7b91ea5 commit 91a346b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XrdCmsTfc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ XrdCmsTfc::TrivialFileCatalog::lfn2pfn(const char *lfn, char *buff, int blen)
tmpLfn = applyRules(m_directRules, *protocol, m_destination, true, tmpLfn);
if (!tmpLfn.empty()) {
strncpy(buff, tmpLfn.c_str(), blen);
eDest->Say("Resulting PFN: ", buff);
return 0;
}
}
Expand Down

0 comments on commit 91a346b

Please sign in to comment.