Skip to content

Commit

Permalink
clearer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Jan 28, 2025
1 parent 09659a0 commit c9c4882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cltools/GenExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<<version<<"\" /></div>";
ofile.flush();
Expand Down

0 comments on commit c9c4882

Please # to comment.