summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/resolution
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-07-29 12:52:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-19 08:56:05 -0500
commit8efaa82ce48d80d3bf134cdd6832aa798cbfa4c9 (patch)
treee3e60035195791b12bd34382dcc189ca1d765c85 /src/usr/diag/prdf/common/framework/resolution
parentaa5d43c3ac6da6dd2bbee883e17ff9b0d1d8ff15 (diff)
downloadblackbird-hostboot-8efaa82ce48d80d3bf134cdd6832aa798cbfa4c9.tar.gz
blackbird-hostboot-8efaa82ce48d80d3bf134cdd6832aa798cbfa4c9.zip
PRD: RasServices refactoring part 2
Cleaned up PFA data. Change-Id: I02033c9357f421f649c08b47a3b7e89f8fcf3825 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5702 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Squashed: I2f78af8f7c351cb208667f92acd9eff5c001905c Squashed: I87ae14d3e579eb25b46c416d74eabf5a6cdb629b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5750
Diffstat (limited to 'src/usr/diag/prdf/common/framework/resolution')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h b/src/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h
index 5ef17ec06..05750444b 100755
--- a/src/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h
+++ b/src/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h
@@ -69,7 +69,7 @@ public:
DeconfigNoGard = 4
};
- inline static const char* ToString(ErrorType i_type)
+ inline static const char* ToString( uint32_t i_type )
{
switch (i_type)
{
@@ -78,7 +78,7 @@ public:
case Fatal: return "Fatal";
case CheckStopOnlyGard: return "CheckStopOnlyGard";
case DeconfigNoGard: return "DeconfigNoGard";
- default: return "Unknown_ErrorType";
+ default: return "Undefined";
}
}
OpenPOWER on IntegriCloud