diff --git a/tools/thanos/thanos.cpp b/tools/thanos/thanos.cpp index fe1eeca1c37eb62a45229553df3d45b78effe0ea..c48c0679aa41b4e3ad167d96c132ab316fb337dc 100644 --- a/tools/thanos/thanos.cpp +++ b/tools/thanos/thanos.cpp @@ -299,6 +299,11 @@ int ThanosPlugin_t::executeStep(TransformStep_t& the_step, const bool are_debugg const int parse_retval = the_step.parseArgs(step_args); if(parse_retval != 0) { + *real_cout<<"Done. Command failed! ***************************************"<<endl; + if(!step_optional) + { + *real_cout<<"ERROR: The "<<the_step.getStepName()<<" step is necessary, but failed. Exiting early."<<endl; + } return parse_retval; }