From c9c4882266416edc1bcf27aa0e4af4c2374c203f Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:51:44 +0100 Subject: [PATCH] clearer error message --- src/cltools/GenExample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cltools/GenExample.cpp b/src/cltools/GenExample.cpp index 565a0448aa..78bb71bbb5 100644 --- a/src/cltools/GenExample.cpp +++ b/src/cltools/GenExample.cpp @@ -177,7 +177,7 @@ int GenExample::main(FILE* in, FILE*out,Communicator& pc) { } else if ( status=="nobadge" ) { ofile<<"nobadge-36454F"; } else { - error("unknown status"); + error("unknown status: "+status); } ofile<<".svg\" alt=\"tested on "<"; ofile.flush();