Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop using the logs after they are shutdown
[simgrid.git] / examples / gras / ping / ping_server.c
index 29e853d..1fd2a7a 100644 (file)
@@ -99,8 +99,8 @@ int server (int argc,char *argv[]) {
   /* 8. Free the allocated resources, and shut GRAS down */
   gras_socket_close(globals->sock);
   free(globals);
+  INFO0("Done.");
   gras_exit();
    
-  INFO0("Done.");
   return 0;
 } /* end_of_server */