diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2013-07-29 12:52:29 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-19 08:56:05 -0500 |
| commit | 8efaa82ce48d80d3bf134cdd6832aa798cbfa4c9 (patch) | |
| tree | e3e60035195791b12bd34382dcc189ca1d765c85 /src/usr/diag/prdf/common/framework/resolution | |
| parent | aa5d43c3ac6da6dd2bbee883e17ff9b0d1d8ff15 (diff) | |
| download | blackbird-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-x | src/usr/diag/prdf/common/framework/resolution/xspprdGardResolution.h | 4 |
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"; } } |

