Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
6eaeef82
Commit
6eaeef82
authored
Mar 01, 2018
by
Eric Cano
Browse files
Fixed inaccurate log message.
parent
2b69ab20
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/file/DiskFile.cpp
View file @
6eaeef82
...
...
@@ -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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment