X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c46aba70aa4ccf22cc19fac31d451c7158e922dd..e37abccaa5b5cfb44e2cfcf68d5156766da28dc1:/src/surf/maxmin.cpp diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index 385424c7d3..bf00e283fc 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -120,9 +120,7 @@ void lmm_system_free(lmm_system_t sys) while ((var = (lmm_variable_t) extract_variable(sys))) { - XBT_WARN - ("Variable %p (%d) still in system when freing it: this may be a bug", - var, var->id_int); + XBT_WARN("Variable %d still in system when freing it: this may be a bug", var->id_int); lmm_var_free(sys, var); }