Since it doesn't cause OpenSM to exit, it isn't an error.
We just want to give the admin information that will allow them
to clean up their configuration.

Signed-off-by: Jim Schutt <jasc...@sandia.gov>
---
 opensm/osm_torus.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensm/osm_torus.c b/opensm/osm_torus.c
index 47654ce..d06cea9 100644
--- a/opensm/osm_torus.c
+++ b/opensm/osm_torus.c
@@ -870,8 +870,8 @@ bool parse_port_order(struct torus *t, const char 
*parse_sep)
 
                for (j = 0; j < i; j++) {
                        if (t->port_order[j] == t->port_order[i]) {
-                               OSM_LOG(&t->osm->log, OSM_LOG_ERROR,
-                                       "Error: ignoring duplicate port %u in "
+                               OSM_LOG(&t->osm->log, OSM_LOG_INFO,
+                                       "Ignored duplicate port %u in"
                                        " port_order parsing\n",
                                        t->port_order[j]);
                                i--;    /* Ignore duplicate port number */
-- 
1.6.2.2


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to