Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r34063 -r37527 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34063) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 37527) @@ -58,7 +58,7 @@ try { do MaatwerkBatches.Insert(..GeefMaatwerkBatch(Batch)) } catch { - do ##class(vhLib.Logger).LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch()) + do ##class(vhLib.Logger).LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch(),"Voor batch '"_Batch.GeefID()_"' kan de info niet berekend worden.") } }