forked from j62/ctbrec
Fix log messages
This commit is contained in:
parent
ceb7c07aa8
commit
150af23d14
|
@ -48,9 +48,9 @@ public class ExecuteProgram extends Action {
|
||||||
err.start();
|
err.start();
|
||||||
|
|
||||||
process.waitFor();
|
process.waitFor();
|
||||||
LOG.debug("executing {} finished", executable);
|
LOG.debug("Executing {} finished", executable);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOG.error("Error while processing {}", e);
|
LOG.error("Error while executing {}", executable, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue