X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.cci;h=6f7e13dc08ebf1c27bc44766b761d05d44393d30;hb=d1d92fb783dc558dcf7bdc34ee933c10e1c8d227;hp=852852aa0b7f1473cb0987f197289f8031d3c22c;hpb=b3c7235d21911975e082ab5e1565a0add93eb85e;p=senf.git diff --git a/Utils/Exception.cci b/Utils/Exception.cci index 852852a..6f7e13d 100644 --- a/Utils/Exception.cci +++ b/Utils/Exception.cci @@ -44,7 +44,7 @@ prefix_ std::string senf::ExceptionMixin::message() #ifdef SENF_DEBUG return what_.substr(excLen_); #else - return message_; + return what_; #endif }