diff --git a/common/src/main/java/ctbrec/event/ExecuteProgram.java b/common/src/main/java/ctbrec/event/ExecuteProgram.java index 28cb4807..5bb2b321 100644 --- a/common/src/main/java/ctbrec/event/ExecuteProgram.java +++ b/common/src/main/java/ctbrec/event/ExecuteProgram.java @@ -48,9 +48,9 @@ public class ExecuteProgram extends Action { err.start(); process.waitFor(); - LOG.debug("executing {} finished", executable); + LOG.debug("Executing {} finished", executable); } catch (Exception e) { - LOG.error("Error while processing {}", e); + LOG.error("Error while executing {}", executable, e); } }