Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
c75e7eea
Commit
c75e7eea
authored
Jun 08, 2018
by
Emmanuel Promayon
Browse files
NEW trace message when input components not set properly
parent
b596eb32
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/libraries/core/action/Action.cpp
View file @
c75e7eea
...
...
@@ -255,6 +255,7 @@ Action::ApplyStatus Action::applyInPipeline() {
}
else
{
status
=
Action
::
ABORTED
;
CAMITK_TRACE
(
tr
(
"Action requires targets, but none set. Status: %1"
).
arg
(
getStatusAsString
(
status
)))
}
return
status
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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