From 85446a6721a39915c4fa569b807d969a2b5a6ff3 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2012 14:46:41 +0100 Subject: [PATCH] reduce the amount of output on (handled) issues --- src/gras/Msg/gras_msg_exchange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.20.1