Whamcloud - gitweb
This update includes Hex error ID's and checksum calculation for console error messages.
[fs/lustre-release.git] / lnet / klnds / ptllnd / ptllnd_peer.c
index fc52df7..f7fc923 100644 (file)
@@ -806,7 +806,7 @@ kptllnd_peer_check_bucket (int idx, int stamp)
                 nactive = kptllnd_count_queue(&peer->peer_activeq);
                 spin_unlock_irqrestore(&peer->peer_lock, flags);
 
-                LCONSOLE_ERROR("Timing out %s: %s\n",
+                LCONSOLE_ERROR(0x126, "Timing out %s: %s\n",
                                libcfs_id2str(peer->peer_id),
                                (tx->tx_tposted == 0) ? 
                                "no free peer buffers" : "please check Portals");
@@ -874,11 +874,11 @@ kptllnd_id2peer_locked (lnet_process_id_t id)
 void
 kptllnd_peertable_overflow_msg(char *str, lnet_process_id_t id)
 {
-        LCONSOLE_ERROR("%s %s overflows the peer table[%d]: "
+        LCONSOLE_ERROR(0x127, "%s %s overflows the peer table[%d]: "
                        "messages may be dropped\n",
                        str, libcfs_id2str(id),
                        kptllnd_data.kptl_n_active_peers);
-        LCONSOLE_ERROR("Please correct by increasing "
+        LCONSOLE_ERROR(0x128, "Please correct by increasing "
                        "'max_nodes' or 'max_procs_per_node'\n");
 }