[ofa-general] [PATCH] ibutils: fix some log messages
Yevgeny Kliteynik
kliteyn at dev.mellanox.co.il
Thu May 22 05:17:18 PDT 2008
Hi Oren,
Fixing some log messages from 'info' to 'error'
Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
ibmgtsim/src/dispatcher.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ibmgtsim/src/dispatcher.cpp b/ibmgtsim/src/dispatcher.cpp
index 02b63fe..1fd9512 100644
--- a/ibmgtsim/src/dispatcher.cpp
+++ b/ibmgtsim/src/dispatcher.cpp
@@ -309,12 +309,12 @@ IBMSDispatcher::routeMadToDestByLid(
int hops = 0;
MSGREG(inf0, 'I', "Routing MAD mgmt_class:$ method:$ tid:$ to lid:$ from:$ port:$", "dispatcher");
- MSGREG(inf1, 'I', "Got to dead-end routing to lid:$ at node:$",
+ MSGREG(inf1, 'E', "Got to dead-end routing to lid:$ at node:$ (fdb)",
"dispatcher");
MSGREG(inf2, 'I', "Arrived at lid $ = node $ after $ hops", "dispatcher");
- MSGREG(inf3, 'I', "Got to dead-end routing to lid:$ at node:$ port:$",
+ MSGREG(inf3, 'E', "Got to dead-end routing to lid:$ at node:$ port:$",
"dispatcher");
- MSGREG(inf4, 'I', "Got to dead-end routing to lid:$ at HCA node:$ port:$ lid:$",
+ MSGREG(inf4, 'E', "Got to dead-end routing to lid:$ at HCA node:$ port:$ lid:$",
"dispatcher");
MSGREG(inf5, 'V', "Got node:$ through port:$", "dispatcher");
--
1.5.1.4
More information about the general
mailing list