Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of output on (handled) issues
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2012 13:46:41 +0000 (14:46 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2012 13:46:41 +0000 (14:46 +0100)
src/gras/Msg/gras_msg_exchange.c

index 4ef5303..df02431 100644 (file)
@@ -427,7 +427,7 @@ void gras_msg_handle(volatile double timeOut)
           e.host = (char *) gras_os_myname();
           xbt_ex_setup_backtrace(&e);
         }
           e.host = (char *) gras_os_myname();
           xbt_ex_setup_backtrace(&e);
         }
-        XBT_INFO
+        XBT_VERB
             ("Propagate %s exception ('%s') from '%s' RPC cb back to %s:%d",
              (e.remote ? "remote" : "local"), e.msg, msg.type->name,
              xbt_socket_peer_name(msg.expe),
             ("Propagate %s exception ('%s') from '%s' RPC cb back to %s:%d",
              (e.remote ? "remote" : "local"), e.msg, msg.type->name,
              xbt_socket_peer_name(msg.expe),