]> AND Public Git Repository - simgrid.git/blobdiff - src/jxbt_utilities.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
[simgrid.git] / src / jxbt_utilities.h
index 08bd3918735b53633f792462c12f957435245184..a41194248eb8c122791cef5dc8bd2f1bbbc6056a 100644 (file)
@@ -54,7 +54,7 @@ jfieldID jxbt_get_sfield(JNIEnv * env, const char *classname,
 
 #define jxbt_check_res(fun, res, allowed_exceptions, detail) do {\
     if (res != MSG_OK && res | allowed_exceptions) { \
-      xbt_die(bprintf("%s failed with error code %d, which is not an allowed exception. Please fix me.",fun,res)); \
+      xbt_die("%s failed with error code %d, which is not an allowed exception. Please fix me.",fun,res); \
     } else if (res == MSG_HOST_FAILURE) { \
       jxbt_throw_host_failure(env, detail); \
     } else if (res == MSG_TRANSFER_FAILURE) { \