>From 5d7d913e43dacc6cd41a5cdb3092ccd3c1896d5f Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <[EMAIL PROTECTED]>
Date: Tue, 27 Nov 2007 19:12:27 -0800
Subject: [PATCH] opensm/opensm/osm_event_plugin.c: clean up version check error 
message a bit


Signed-off-by: Ira K. Weiny <[EMAIL PROTECTED]>
---
 opensm/opensm/osm_event_plugin.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opensm/opensm/osm_event_plugin.c b/opensm/opensm/osm_event_plugin.c
index 6002a15..09d2121 100644
--- a/opensm/opensm/osm_event_plugin.c
+++ b/opensm/opensm/osm_event_plugin.c
@@ -97,7 +97,9 @@ osm_epi_plugin_t *osm_epi_construct(osm_log_t * p_log, char 
*plugin_name)
        /* Check the version to make sure this module will work with us */
        if (rc->impl->interface_version != OSM_EVENT_PLUGIN_INTERFACE_VER) {
                osm_log(p_log, OSM_LOG_ERROR,
+                       "Error opening %s: "
                        "%s symbol is the wrong version %d != %d\n",
+                       plugin_name,
                        OSM_EVENT_PLUGIN_IMPL_NAME,
                        rc->impl->interface_version,
                        OSM_EVENT_PLUGIN_INTERFACE_VER);
-- 
1.5.1

Attachment: 0001-opensm-opensm-osm_event_plugin.c-clean-up-version-c.patch
Description: Binary data

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to