From: wolf Date: Thu, 3 Oct 2002 23:12:50 +0000 (+0000) Subject: More information. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19941523a39ae2d50335aee31516d564bfea2321;p=dealii-svn.git More information. git-svn-id: https://svn.dealii.org/trunk@6606 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 10522cb995..a337a1aff2 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -275,7 +275,7 @@ namespace CommunicationsLog */ void die (const std::string &text, const pid_t child) { - std::cerr << "+++++ detached_ma27 driver: " << text + std::cerr << "+++++ detached_ma27 driver(" << child << "): " << text << std::endl; CommunicationsLog::list_communication (child); std::abort (); @@ -289,7 +289,7 @@ void die (const std::string &text, const pid_t child) template void die (const std::string &text, const T1 t1, const T2 t2, const pid_t child) { - std::cerr << "+++++ detached_ma27 driver: " << text + std::cerr << "+++++ detached_ma27 driver(" << child << "): " << text << " code1=" << t1 << ", code2=" << t2 << std::endl; CommunicationsLog::list_communication (child);