X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a6157abf9619875297ff1d16c1e5c63c526d4c1..f57edc1d5b4f497883b451fc85d2d653d27a8247:/src/surf/surf_action.c diff --git a/src/surf/surf_action.c b/src/surf/surf_action.c index 3b2b0fa2d7..ea4317b26b 100644 --- a/src/surf/surf_action.c +++ b/src/surf/surf_action.c @@ -66,7 +66,7 @@ static void surf_action_mallocator_reset_f(void* action) { void *surf_action_new(size_t size, double cost, surf_model_t model, int failed) { - xbt_assert2(size <= action_mallocator_allocated_size, + xbt_assert(size <= action_mallocator_allocated_size, "Cannot create a surf action of size %zu: the mallocator only provides actions of size %d", size, action_mallocator_allocated_size);