Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge back master branch
[simgrid.git] / examples / gras / ping / ping_server.c
index d70e875..885b4e5 100644 (file)
@@ -45,7 +45,7 @@ static int server_cb_ping_handler(gras_msg_cb_ctx_t ctx, void *payload)
     /* 6. Deal with errors: add some details to the exception */
   } CATCH(e) {
     gras_socket_close(globals->sock);
-    RETHROW0("Unable answer with PONG: %s");
+    RETHROWF("Unable answer with PONG: %s");
   }
 
   XBT_INFO(">>>>>>>> Answered with PONG(4321) <<<<<<<<");