Skip to content

Commit

Permalink
Merge pull request #2 from andrea-manzi/master
Browse files Browse the repository at this point in the history
Remove Resulting PFN log
  • Loading branch information
bbockelm authored Jul 2, 2018
2 parents 7b91ea5 + 91a346b commit bf60ea5
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 bf60ea5

Please sign in to comment.