Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new macros THROWF and RETHROWF.
[simgrid.git] / examples / amok / saturate / saturate.c
index 6bb54ae..8c033b1 100644 (file)
@@ -221,7 +221,7 @@ static void full_fledged_saturation(int argc, char *argv[])
                                0 /* no timeout */ );
       }
       CATCH(e) {
-        RETHROW0("Cannot ask peers to saturate the link: %s");
+        RETHROWF("Cannot ask peers to saturate the link: %s");
       }
       gras_os_sleep(5);