Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, forgot to change one XBT_INFO
authorMaximiliano Geier <maximiliano.geier@loria.fr>
Wed, 28 Nov 2012 14:19:57 +0000 (15:19 +0100)
committerMaximiliano Geier <maximiliano.geier@loria.fr>
Wed, 28 Nov 2012 14:19:57 +0000 (15:19 +0100)
examples/msg/chainsend/broadcaster.c

index 5e3819c..7c71ef7 100644 (file)
@@ -77,7 +77,7 @@ int broadcaster_send_file(const char *first)
 
   for (; cur < piece_count; cur++) {
     task = task_message_data_new(me, first, NULL, 0);
-    XBT_INFO("Sending (send) from %s into mailbox %s", me, first);
+    XBT_DEBUG("Sending (send) from %s into mailbox %s", me, first);
     status = MSG_task_send(task, first);
    
     xbt_assert(status == MSG_OK, "broadcaster_send_file() failed");