Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97a90cdd authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files
parent c289250e
No related branches found
No related tags found
No related merge requests found
......@@ -161,10 +161,10 @@ public class MessageBean implements Serializable {
return result;
} catch (ExecuteException e) {
log.error("DCMTK is not install or dcmdump is not int /usr/bin/ : " + e);
FacesMessages.instance().add("DCMTK is not install or dcmdump is not int /usr/bin/");
FacesMessages.instance().add("DCMTK is not install or dcmdump is not in /usr/bin/");
} catch (IOException e) {
log.error("DCMTK is not install or dcmdump is not int /usr/bin/ : " + e);
FacesMessages.instance().add("DCMTK is not install or dcmdump is not int /usr/bin/");
FacesMessages.instance().add("DCMTK is not install or dcmdump is not in /usr/bin/");
}
return null;
......@@ -188,7 +188,7 @@ public class MessageBean implements Serializable {
ByteArrayInputStream input = new ByteArrayInputStream(result);
IOUtils.copyLarge(input, servletOutputStream);
} else {
FacesMessages.instance().add("DCMTK is not install or dcmdump is not int /usr/bin/");
FacesMessages.instance().add("DCMTK is not install or dcmdump is not in /usr/bin/");
throw new Exception();
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment