Skip to content

Commit de703b9

Browse files
Update core/src/stage.cpp
Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
1 parent 77f404a commit de703b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/stage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void InitStageException::append(InitStageException& other) {
8585
}
8686

8787
const char* InitStageException::what() const noexcept {
88-
static const char* msg = "Error initializing stage(s). ROS_ERROR_STREAM(e) for details. The error type is moveit::task_constructor::InitStageException.";
88+
static const char* msg = "mtc::InitStageException. Use ROS_ERROR_STREAM(exc) for details.";
8989
return msg;
9090
}
9191

0 commit comments

Comments
 (0)