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);
p Check that the dynamic version of the log simple layout works
$ $SG_EXENV_TEST xbt/log_large_test
-> [0.000000] [test/INFO] This is a very large message:0
+> [0.000000] [test/INFO] This is a very large message:
+> 0
> 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
> 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
> 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
p Check that the dynamic version of the log formated layout works
$ $SG_EXENV_TEST xbt/log_large_test --log=root.fmt:%m%n
-> This is a very large message:0
+> This is a very large message:
+> 0
> 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
> 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
> 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0