Skip to content

Commit 4ea9db2

Browse files
author
brian
committed
Small error.
git-svn-id: svn://t2.unl.edu/brian/XrdCmsTfc@3549 1fda6f16-4416-0410-bfd6-867a04880151
1 parent fe61ac9 commit 4ea9db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XrdCmsTfc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ XrdCmsTfc::TrivialFileCatalog::applyRules (const ProtocolRules& protocolRules,
450450
name =
451451
applyRules (protocolRules, chain, destination, direct, name);
452452
}
453-
std::cerr << "Result " << name << endl;
453+
std::cerr << "Result " << name << std::endl;
454454
return name;
455455
}
456456
return "";

0 commit comments

Comments
 (0)