Whamcloud - gitweb
add macro LCONSOLE_ERROR_MSG with extra parameter and map
[fs/lustre-release.git] / lnet / klnds / o2iblnd / o2iblnd_cb.c
index c13c4c0..74bcb94 100644 (file)
@@ -2746,8 +2746,9 @@ kiblnd_cm_callback(struct rdma_cm_id *cmid, struct rdma_cm_event *event)
                 return 0;
 
        case RDMA_CM_EVENT_DEVICE_REMOVAL:
-                LCONSOLE_ERROR(0x131, "Received notification of device removal\n"
-                        "Please shutdown LNET to allow this to proceed\n");
+                LCONSOLE_ERROR_MSG(0x131, 
+                                   "Received notification of device removal\n"
+                                   "Please shutdown LNET to allow this to proceed\n");
                 /* Can't remove network from underneath LNET for now, so I have
                  * to ignore this */
                return 0;