Whamcloud - gitweb
This update includes Hex error ID's and checksum calculation for console error messages.
[fs/lustre-release.git] / lnet / klnds / viblnd / viblnd_cb.c
index 490a7e9..ebd5c2c 100644 (file)
@@ -1679,10 +1679,10 @@ kibnal_eager_recv (lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg,
 
         if (conn->ibc_version == IBNAL_MSG_VERSION_RDMAREPLYNOTRSRVD) {
                 /* Can't block if RDMA completions need normal credits */
-                LCONSOLE_ERROR("Dropping message from %s: no buffers free. "
-                               "%s is running an old version of LNET that may "
-                               "deadlock if messages wait for buffers)\n",
-                               libcfs_nid2str(conn->ibc_peer->ibp_nid),
+                LCONSOLE_ERROR(0x129, "Dropping message from %s: no buffers "
+                               " free. %s is running an old version of LNET "
+                               "that may deadlock if messages wait for buffers)"
+                               "\n", libcfs_nid2str(conn->ibc_peer->ibp_nid),
                                libcfs_nid2str(conn->ibc_peer->ibp_nid));
                 return -EDEADLK;
         }