Skip to content
Snippets Groups Projects
Commit 7bd4772d authored by Eric Cano's avatar Eric Cano
Browse files

Fixed inaccurate log message.

parent aec627eb
Branches
Tags
No related merge requests found
......@@ -491,7 +491,7 @@ void XrootBaseWriteFile::close() {
if (m_closeTried) return;
m_closeTried=true;
XrootClEx::throwOnError(m_xrootFile.Close(m_timeout),
std::string("In XrootWriteFile::close failed XrdCl::File::Stat() on ")+m_URL);
std::string("In XrootWriteFile::close failed XrdCl::File::Close() on ")+m_URL);
}
XrootBaseWriteFile::~XrootBaseWriteFile() throw() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment