Packets: Add StringParser ostream operation
[senf.git] / Utils / Exception.cti
index ea12370..4fb5379 100644 (file)
@@ -56,7 +56,7 @@ template <class BaseException>
 prefix_ char const * senf::WrapException<BaseException>::what()
     const throw()
 {
-    return message().c_str();
+    return what_.c_str();
 }
 
 /////////////////////////////cti.e///////////////////////////////////////