Whamcloud - gitweb
LU-629 ptlrpc: fix _debug_req to print opc/status
[fs/lustre-release.git] / libcfs / libcfs / nidstrings.c
index d5b03ed..23ebcc8 100644 (file)
@@ -434,7 +434,7 @@ libcfs_nid2str(lnet_nid_t nid)
         int               nob;
 
         if (nid == LNET_NID_ANY)
-                return "LNET_NID_ANY";
+                return "<?>";
 
         nf = libcfs_lnd2netstrfns(lnd);
         str = libcfs_next_nidstring();