Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
That's debugging, not verbose working
[simgrid.git] / src / gras / Msg / msg.c
index 3d1293a..ec047a4 100644 (file)
@@ -590,8 +590,8 @@ gras_msg_handle(double timeOut) {
     TRY {
       xbt_dynar_foreach(list->cbs,cpt,cb) { 
        if (!ran_ok) {
-         VERB3("Use the callback #%d (@%p) for incomming msg %s",
-               cpt+1,cb,msg.type->name);
+         DEBUG4("Use the callback #%d (@%p) for incomming msg %s (payload_size=%d)",
+               cpt+1,cb,msg.type->name,msg.payl_size);
          if ((*cb)(&ctx,msg.payl)) {
            /* cb handled the message */
            free(msg.payl);