diff --git a/src/core/Parameters.cc b/src/core/Parameters.cc index 10c13ae587..12d656b334 100644 --- a/src/core/Parameters.cc +++ b/src/core/Parameters.cc @@ -275,7 +275,7 @@ void print_argConvert_positioned_warning( } message << ")"; } - message << ", found " << found.typeName()) << " " << "(" << found.toEchoStringNoThrow() << ")"; + message << ", found " << found.typeName() << " " << "(" << found.toEchoStringNoThrow() << ")"; LOG(message_group::Warning, loc, documentRoot, "%1$s", message.str()); }