]> AND Public Git Repository - simgrid.git/blobdiff - src/gras/Msg/gras_msg_types.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' *.[ch] Please people, stop using tabs in your source
[simgrid.git] / src / gras / Msg / gras_msg_types.c
index a2f5d07367c20bcbbfc6b354a05714fe6e799e76..8d43297815857963633c9e16e4559d628ae49d04 100644 (file)
@@ -289,7 +289,7 @@ void gras_cb_unregister_(gras_msgtype_t msgtype, gras_msg_cb_t cb)
     }
   }
   if (!found)
-    XBT_VERB("Ignoring removal of unexisting callback to msg id %d",
+    XBT_VERB("Ignoring removal of unexisting callback to msg id %u",
           msgtype->code);
 }