summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2015-04-18 01:54:45 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 15:51:06 -0500
commit5d83ba60dad85a67eb9a35deec561850871b4683 (patch)
treef4fec07f39fbf266149a5de1f80048786498b352 /import/hwpf
parent8bdbd22b4ad8573498991ea22ad6956659db1b7d (diff)
downloadtalos-hcode-5d83ba60dad85a67eb9a35deec561850871b4683.tar.gz
talos-hcode-5d83ba60dad85a67eb9a35deec561850871b4683.zip
FAPI_TRY will now add trace as an ERR type instead of DBG type.
Change-Id: Ib3232586d8355c216997ac0cc59bbb155345d479 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17299 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/fapi2_error_scope.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/import/hwpf/fapi2/include/fapi2_error_scope.H b/import/hwpf/fapi2/include/fapi2_error_scope.H
index d865a5d7..e45a2101 100644
--- a/import/hwpf/fapi2/include/fapi2_error_scope.H
+++ b/import/hwpf/fapi2/include/fapi2_error_scope.H
@@ -59,10 +59,6 @@
/// @param[in] ... vararg format/agruments for trace output (optional)
/// @note This implementation does not support PIB error masks or
/// FSP operational states.
-/// @warning The trace information is only going to be seen during
-/// debug, it's not an error or informational trace. This is because
-/// traces might not be seen in the field. If you want information
-/// you will see on a field error, use FAPI_ASSERT.
///
#ifdef DOXYGEN
#define FAPI_TRY(__operation__, ...) FAPI_TRY_IMPL
OpenPOWER on IntegriCloud