From: Martin Quinson Date: Tue, 20 Mar 2012 13:46:41 +0000 (+0100) Subject: reduce the amount of output on (handled) issues X-Git-Tag: v3_7~293 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/85446a6721a39915c4fa569b807d969a2b5a6ff3?ds=sidebyside reduce the amount of output on (handled) issues --- diff --git a/src/gras/Msg/gras_msg_exchange.c b/src/gras/Msg/gras_msg_exchange.c index 4ef5303a35..df0243152c 100644 --- a/src/gras/Msg/gras_msg_exchange.c +++ b/src/gras/Msg/gras_msg_exchange.c @@ -427,7 +427,7 @@ void gras_msg_handle(volatile double timeOut) 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),