Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fp => fd (for file descriptor)
[simgrid.git] / examples / msg / chainsend / chainsend.c
index 0c74523..ae6f7d3 100644 (file)
@@ -47,7 +47,7 @@ msg_error_t test_all(const char *platform_file,
 
 
 
-  XBT_INFO("test_all");
+  XBT_DEBUG("test_all");
 
   /*  Simulation setting */
   MSG_create_environment(platform_file);
@@ -109,8 +109,6 @@ int main(int argc, char *argv[])
 
   XBT_INFO("Total simulation time: %le", MSG_get_clock());
 
-  MSG_clean();
-
 #ifdef _MSC_VER
   _set_output_format(prev_exponent_format);
 #endif