From b762bf191f409fc5f553b9ec256597761c2a91d0 Mon Sep 17 00:00:00 2001 From: Xo Wang Date: Mon, 31 Mar 2014 17:01:14 -0700 Subject: Quiet most ERRL messages. Kill the novel surrounding each error log entry about its life and death. Change-Id: I6dbbf44244207f197d4ea30dca26c5575301c208 RTC: 97491 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11314 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: A. Patrick Williams III --- src/usr/hwas/common/hwasCallout.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/usr/hwas') diff --git a/src/usr/hwas/common/hwasCallout.C b/src/usr/hwas/common/hwasCallout.C index 1186fe48f..511dc61eb 100644 --- a/src/usr/hwas/common/hwasCallout.C +++ b/src/usr/hwas/common/hwasCallout.C @@ -7,6 +7,7 @@ /* */ /* Contributors Listed Below - COPYRIGHT 2012,2014 */ /* [+] International Business Machines Corp. */ +/* [+] Google Inc. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ @@ -103,7 +104,7 @@ void processCallout(errlHndl_t &io_errl, bool i_DeferredOnly) { callout_ud_t *pCalloutUD = (callout_ud_t *)i_pData; - HWAS_INF("processCallout entry. data %p size %lld type 0x%x", + HWAS_DBG("processCallout entry. data %p size %lld type 0x%x", i_pData, i_Size, pCalloutUD->type); if (i_DeferredOnly) @@ -216,7 +217,7 @@ void processCallout(errlHndl_t &io_errl, } } // switch - HWAS_INF("processCallout exit"); + HWAS_DBG("processCallout exit"); } // processCallout }; // end namespace -- cgit v1.2.1