Whamcloud - gitweb
LU-10391 lnet: change lpni_nid in lnet_peer_ni to lnet_nid
[fs/lustre-release.git] / lnet / lnet / lib-msg.c
index b20690b..607001b 100644 (file)
@@ -832,7 +832,7 @@ lnet_health_check(struct lnet_msg *msg)
 
        CDEBUG(D_NET, "health check: %s->%s: %s: %s\n",
               libcfs_nidstr(&ni->ni_nid),
-              (lo) ? "self" : libcfs_nid2str(lpni->lpni_nid),
+              (lo) ? "self" : libcfs_nidstr(&lpni->lpni_nid),
               lnet_msgtyp2str(msg->msg_type),
               lnet_health_error2str(hstatus));