Skip to content
Snippets Groups Projects
Commit 650ae548 authored by g0dil's avatar g0dil
Browse files

Utils: BUGFIX: fix new ExceptionMixin final build

parent 54ae0117
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ prefix_ std::string senf::ExceptionMixin::message() ...@@ -44,7 +44,7 @@ prefix_ std::string senf::ExceptionMixin::message()
#ifdef SENF_DEBUG #ifdef SENF_DEBUG
return what_.substr(excLen_); return what_.substr(excLen_);
#else #else
return message_; return what_;
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment