summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2014-03-31 17:01:14 -0700
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-16 10:43:08 -0500
commitb762bf191f409fc5f553b9ec256597761c2a91d0 (patch)
treecd46e0909afd8543ad237c08a883b2be3f80a7e5 /src/usr/hwas
parent9d25a0c828cb86323e3a6bcdba469c0bedb8ec4d (diff)
downloadtalos-hostboot-b762bf191f409fc5f553b9ec256597761c2a91d0.tar.gz
talos-hostboot-b762bf191f409fc5f553b9ec256597761c2a91d0.zip
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 <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwasCallout.C5
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud