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();