Skip to content
Snippets Groups Projects

6246 rc error message comes twice

Merged Hahn Axel (hahn) requested to merge 6246-rc-error-message-comes-twice into master
2 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -170,10 +170,6 @@ class cronlogrenderer extends cronlog{
sprintf($this->t('error-exitcode-label'), (int)$aEntry['SCRIPTRC']),
$this->t('error-exitcode-description'),
];
$aErrors[]=[
'Exitcode '.(int)$aEntry['SCRIPTRC'].' (<>0)',
'The command finished with a non error status'
];
}
if(!$aEntry['SCRIPTLABEL']){
$aErrors[]=[
Loading