This commit is contained in:
Nunzio Andrea Galante 2017-07-13 16:49:43 +00:00
parent 473f8ce2e2
commit e5d4b41372
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ public class StagingJob extends DMPMJob {
} else
this.getStatus(2);
sm.sendNotification(nh.getFailedSubject(),
nh.getFailedBody("DataMiner Interface not working or files " + this.algorithm.getName()
nh.getFailedBody("Installation completed but DataMiner Interface not working correctly or files " + this.algorithm.getName()
+ ".jar and " + this.algorithm.getName()
+ "_interface.jar not available at the expected path"));
+ "_interface.jar not availables at the expected path"));
}
} catch (Exception e) {
e.printStackTrace();