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
57c8ed1c
Commit
57c8ed1c
authored
Dec 16, 2014
by
Daniele Kruse
Browse files
Fixed the write-protected error message
parent
a79c1c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/LabelSession.cpp
View file @
57c8ed1c
...
...
@@ -112,7 +112,7 @@ castor::tape::tapeserver::daemon::Session::EndOfSessionAction
waitUntilTapeLoaded
(
drive
,
60
);
// 60 = 60 seconds
if
(
drive
.
isWriteProtected
())
{
const
std
::
string
message
=
"Cannot label the tape because t
he drive
is write-protected"
;
const
std
::
string
message
=
"Cannot label the tape because
i
t is write-protected"
;
notifyTapeserverOfUserError
(
message
);
}
else
{
...
...
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