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
4d56b325
Commit
4d56b325
authored
Dec 03, 2014
by
Eric Cano
Browse files
Fixed wrong function name in exception string.
parent
b9fcbf60
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/file/DiskFile.cpp
View file @
4d56b325
...
...
@@ -444,7 +444,7 @@ XrootReadFile::XrootReadFile(const std::string &xrootUrl) {
// and simply open
using
XrdCl
::
OpenFlags
;
XrootClEx
::
throwOnError
(
m_xrootFile
.
Open
(
m_URL
,
OpenFlags
::
Read
),
std
::
string
(
"In Xroot
C2FS
ReadFile::Xroot
C2FS
ReadFile failed XrdCl::File::Open() on "
)
+
m_URL
);
std
::
string
(
"In XrootReadFile::XrootReadFile failed XrdCl::File::Open() on "
)
+
m_URL
);
}
size_t
XrootBaseReadFile
::
read
(
void
*
data
,
const
size_t
size
)
const
{
...
...
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