From patchwork Thu Oct 15 13:36:39 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 54019 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9FDgrH1023917 for ; Thu, 15 Oct 2009 13:42:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762767AbZJONhH (ORCPT ); Thu, 15 Oct 2009 09:37:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762764AbZJONhH (ORCPT ); Thu, 15 Oct 2009 09:37:07 -0400 Received: from qmta05.westchester.pa.mail.comcast.net ([76.96.62.48]:41070 "EHLO QMTA05.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762767AbZJONhG (ORCPT ); Thu, 15 Oct 2009 09:37:06 -0400 Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA05.westchester.pa.mail.comcast.net with comcast id sz4b1c00317dt5G551cWEx; Thu, 15 Oct 2009 13:36:30 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA13.westchester.pa.mail.comcast.net with comcast id t1cW1c00C0hNrtn3Z1cWBK; Thu, 15 Oct 2009 13:36:30 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id n9FDb2Ti008083; Thu, 15 Oct 2009 09:37:08 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id n9FDadcM008051; Thu, 15 Oct 2009 09:36:39 -0400 Date: Thu, 15 Oct 2009 09:36:39 -0400 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/osm_ucast_cache.c: Cosmetic change to log message for consistency Message-ID: <20091015133639.GB8041@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/opensm/osm_ucast_cache.c b/opensm/opensm/osm_ucast_cache.c index 31a5333..8db9df2 100644 --- a/opensm/opensm/osm_ucast_cache.c +++ b/opensm/opensm/osm_ucast_cache.c @@ -876,7 +876,7 @@ void osm_ucast_cache_add_link(osm_ucast_mgr_t * p_mgr, if (osm_node_get_type(p_node_1) != IB_NODE_TYPE_SWITCH && osm_node_get_type(p_node_2) != IB_NODE_TYPE_SWITCH) { OSM_LOG(p_mgr->p_log, OSM_LOG_INFO, - "Dropping CA-2-CA link - cache invalid\n"); + "Dropping CA/RTR-2-CA/RTR link - cache invalid\n"); osm_ucast_cache_invalidate(p_mgr); goto Exit; }