From b4459254bc8acb12cb9f678cf04ec1f5be68da50 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 30 Sep 2002 20:23:25 +0000 Subject: [PATCH] Better error message in case of an error. git-svn-id: https://svn.dealii.org/trunk@6566 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/source/detached_ma27.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); }; -- 2.39.5