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
3aeb3405
Commit
3aeb3405
authored
Aug 22, 2016
by
Steven Murray
Browse files
Minor improvement of error message
parent
ec5f7efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/io/io.cpp
View file @
3aeb3405
...
...
@@ -988,7 +988,7 @@ int castor::io::connectWithTimeout(
if
(
!
(
pollFd
.
revents
&
POLLIN
)
&&
!
(
pollFd
.
revents
&
POLLOUT
))
{
castor
::
exception
::
Exception
ex
(
ECANCELED
);
ex
.
getMessage
()
<<
"Failed to connect"
": poll() returned without
the
POLLIN or POLLOUT set"
": poll() returned without POLLIN or POLLOUT set"
": pollFd.fd="
<<
pollFd
.
fd
<<
",pollFd.events="
<<
pollFd
.
events
<<
",pollFd.revents="
<<
pollFd
.
revents
;
throw
ex
;
...
...
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