Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete the temporary route table for model Full.
[simgrid.git] / teshsuite / xbt / log_large_test.c
index 4e0559d..d51d8f3 100644 (file)
@@ -38,11 +38,10 @@ int main(int argc, char *argv[])
 
   xbt_init(&argc, argv);
 
-  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);
+  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);
 
-  xbt_exit();
   return 0;
 }