From: Peter Munch Date: Fri, 2 Jul 2021 07:45:43 +0000 (+0200) Subject: Improve assert message in Convert X-Git-Tag: v9.4.0-rc1~1166^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29525870af8d53d72dc204383f0899f3d8525042;p=dealii.git Improve assert message in Convert --- diff --git a/include/deal.II/base/patterns.h b/include/deal.II/base/patterns.h index f3d0d08d53..8cc66785b7 100644 --- a/include/deal.II/base/patterns.h +++ b/include/deal.II/base/patterns.h @@ -1402,8 +1402,8 @@ namespace Patterns DeclException2(ExcNoMatch, std::string, std::string, - << "The string " << arg1 << " does not match the pattern \"" - << arg2 << "\""); + << "The string \"" << arg1 + << "\" does not match the pattern \"" << arg2 << "\""); //@} } // namespace Tools } // namespace Patterns