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
c1155150
Commit
c1155150
authored
Oct 21, 2015
by
Daniele Kruse
Browse files
Fixed buggy typo
parent
02f3509e
Changes
1
Hide whitespace changes
Inline
Side-by-side
objectstore/TapePool.cpp
View file @
c1155150
...
...
@@ -129,7 +129,7 @@ void cta::objectstore::TapePool::removeTapeAndCommit(const std::string& vid) {
<<
vid
<<
" found: "
<<
t
.
getVid
();
throw
WrongTape
(
err
.
str
());
}
if
(
t
.
isEmpty
())
{
if
(
!
t
.
isEmpty
())
{
throw
exception
::
Exception
(
"Cannot delete the tape: it has queued retrieve jobs"
);
}
// We can now delete the tape
...
...
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