Utils: BUGFIX: fix new ExceptionMixin final build
g0dil [Wed, 8 Jul 2009 11:48:11 +0000 (11:48 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1259 270642c3-0616-0410-b53a-bc976706d245

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
 }