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

diff --git a/opensm/opensm/osm_ucast_torus.c b/opensm/opensm/osm_ucast_torus.c
index 8eb2880..7108394 100644
--- a/opensm/opensm/osm_ucast_torus.c
+++ b/opensm/opensm/osm_ucast_torus.c
@@ -954,7 +954,7 @@ bool parse_dir_dateline(int c_dir, struct torus *t, const 
char *parse_sep)
        if ((*dl < 0 && *dl <= -max_dl) || *dl >= max_dl)
                OSM_LOG(&t->osm->log, OSM_LOG_ERROR,
                        "Error: dateline value for coordinate direction %d "
-                       "must be %d <= dl <= %d\n",
+                       "must be %d < dl < %d\n",
                        c_dir, -max_dl, max_dl);
        else
                success = true;
-- 
1.5.6.GIT


--
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