]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
acm: Add pkey to error message
authorHal Rosenstock <hal@dev.mellanox.co.il>
Thu, 1 Aug 2013 21:01:11 +0000 (14:01 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 1 Aug 2013 21:01:11 +0000 (14:01 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm.c

index 09051dc5de3b608f81f5356927d72552523cfba8..b19582c16234237574ed8b23886edf4871fdd418 100644 (file)
--- a/src/acm.c
+++ b/src/acm.c
@@ -3080,7 +3080,7 @@ static void acm_ep_up(struct acm_port *port, uint16_t pkey_index)
 
        ret = acm_assign_ep_names(ep);
        if (ret) {
-               acm_log(0, "ERROR - unable to assign EP name\n");
+               acm_log(0, "ERROR - unable to assign EP name for pkey 0x%x\n", pkey);
                goto err0;
        }