Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cannot compare dynar to 0
[simgrid.git] / examples / msg / actions / actions.c
index 91d63eef522d801fda95341aeeeb12183cdc1041..edb903788e89fc0f7e369817d3bbcb192c667e04 100644 (file)
@@ -108,7 +108,7 @@ static void action_send(const char *const *action)
 
   sprintf(to, "%s_%s", MSG_process_get_name(MSG_process_self()), action[2]);
 
-  ACT_DEBUG("Entering Send: %s (size: %lg)", NAME, size);
+  ACT_DEBUG("Entering Send: %s (size: %g)", NAME, size);
   if (size < 65536) {
     action_Isend(action);
   } else {