Utils/Console: Add ValueRange utility
[senf.git] / Utils / Exception.cci
index 852852a..6f7e13d 100644 (file)
@@ -44,7 +44,7 @@ prefix_ std::string senf::ExceptionMixin::message()
 #ifdef SENF_DEBUG
     return what_.substr(excLen_);
 #else
-    return message_;
+    return what_;
 #endif
 }