Refine logging
Change-Id: Idec004cb497e20daa58a5ed6f0075d097de6fcb9
This commit is contained in:
@@ -51,6 +51,7 @@ public class LocalExecution implements Callable<Integer> {
|
||||
if (connector != null) {
|
||||
log.debug("Sending AMPL to channel {}", publisher);
|
||||
app.sendAMPL();
|
||||
app.deployUnmodifiedApplication();
|
||||
}
|
||||
System.out.println(AMPLGenerator.generateAMPL(app));
|
||||
// TODO: wait for solver reply here?
|
||||
|
||||
Reference in New Issue
Block a user