X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FParse.cc;h=afae4feaaa5b20f9e189853c49532ff66f7f5f77;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=a2ace99c3f6d6f5a069b05e0235db6c6690714db;hpb=463db052ea9d1c292bfd40301d0dc4963411485e;p=senf.git diff --git a/senf/Utils/Console/Parse.cc b/senf/Utils/Console/Parse.cc index a2ace99..afae4fe 100644 --- a/senf/Utils/Console/Parse.cc +++ b/senf/Utils/Console/Parse.cc @@ -362,7 +362,7 @@ prefix_ Iterator senf::console::CommandParser::parseLoop(Iterator npb, Iterator throwParserError(ex); } // Otherwise the error handling in the parser is broken - SENF_ASSERT( result.hit ); + SENF_ASSERT( result.hit, "Internal parser failure (error handling broken?)" ); if (! info.empty()) try { cb(info);