We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369cc97 commit 884844bCopy full SHA for 884844b
1 file changed
core/src/stage.cpp
@@ -85,7 +85,7 @@ void InitStageException::append(InitStageException& other) {
85
}
86
87
const char* InitStageException::what() const noexcept {
88
- static const char* msg = "Error initializing stage(s). ROS_ERROR_STREAM(e) for details.";
+ static const char* msg = "mtc::InitStageException. Use ROS_ERROR_STREAM(exc) for details.";
89
return msg;
90
91
0 commit comments