bug fixes
[satune.git] / src / Interpreter / alloyinterpreter.cc
index c0e4a6094d97b8784fb8680eba9656f3e454d088..021b0878ed339fd6ee1b509095c24b101d57462b 100644 (file)
@@ -101,6 +101,7 @@ void AlloyInterpreter::dumpHeader(){
 }
 
 void AlloyInterpreter::compileRunCommand(char * command, size_t size){
+       model_print("Calling Alloy...\n");
        snprintf(command, size, "./run.sh timeout %u java -Xmx10000m edu.mit.csail.sdg.alloy4whole.ExampleAlloyCompilerNoViz %s > %s", getTimeout(), ALLOYFILENAME, ALLOYSOLUTIONFILE);
 }