From: wolf Date: Mon, 30 Sep 2002 20:23:25 +0000 (+0000) Subject: Better error message in case of an error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4459254bc8acb12cb9f678cf04ec1f5be68da50;p=dealii-svn.git Better error message in case of an error. git-svn-id: https://svn.dealii.org/trunk@6566 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/hsl/source/detached_ma27.cc b/deal.II/contrib/hsl/source/detached_ma27.cc index 3bb674b4d5..731e63f237 100644 --- a/deal.II/contrib/hsl/source/detached_ma27.cc +++ b/deal.II/contrib/hsl/source/detached_ma27.cc @@ -276,8 +276,9 @@ int main () default: { - std::cerr << "Invalid action key ('" << action - << "'=" << static_cast(action) << ")!!" + std::cerr << "------ error " << ret << " on client side!" + << " Invalid action key ('" << action + << "'=" << static_cast(action) << ")!" << std::endl; abort(); };