X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.cc;h=26f6d5d8cd42bdd28484c231a995b5fbe84c633b;hb=1f2a30ddc8f38f3f45d62d169b766c0c38364ecd;hp=66b563a8ba6223a32a2c7d08067406fec0914c4b;hpb=0a99a3c4c1c9aab7be017682b43ddf12d609ff4b;p=model-checker.git diff --git a/common.cc b/common.cc index 66b563a..26f6d5d 100644 --- a/common.cc +++ b/common.cc @@ -147,6 +147,8 @@ void print_program_output() { char buf[200]; + model_print("---- BEGIN PROGRAM OUTPUT ----\n"); + /* Gather all program output */ fflush(stdout); @@ -165,5 +167,7 @@ void print_program_output() ret -= res; } } + + model_print("---- END PROGRAM OUTPUT ----\n"); } #endif /* ! CONFIG_DEBUG */