X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8868438df1dd832632a624466cca18bd240fb89..b74a62982e63cc47b5096ae5aef556161f80529b:/teshsuite/xbt/log_large_test.c diff --git a/teshsuite/xbt/log_large_test.c b/teshsuite/xbt/log_large_test.c index 2414229e28..5759ec4a8a 100644 --- a/teshsuite/xbt/log_large_test.c +++ b/teshsuite/xbt/log_large_test.c @@ -28,7 +28,7 @@ int main(int argc, char *argv[]){ xbt_init(&argc,argv); - INFO10("This is a very large message:0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp); + INFO10("This is a very large message:\n0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp); INFO1("Done (strlen>%d)",(int) (10*strlen(tmp))); free(tmp);