summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiTestHwpConfig.C
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2011-10-26 19:57:23 -0500
committerCAMVAN T. NGUYEN <ctnguyen@us.ibm.com>2011-10-27 10:50:00 -0500
commit52b8fd22598841421ed95f8d86803ac11b600858 (patch)
treea6e37196e3ae1c6073927cc81afff2ee564d71e4 /src/usr/hwpf/hwp/fapiTestHwpConfig.C
parent06c656ca04fd9e1b36dac55bedfcd3694564c24c (diff)
downloadtalos-hostboot-52b8fd22598841421ed95f8d86803ac11b600858.tar.gz
talos-hostboot-52b8fd22598841421ed95f8d86803ac11b600858.zip
Update scratch attributes test & fix traces.
Change-Id: I3ce96014e2f2b13b3c8d704037ad737a8097e45b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/462 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/fapiTestHwpConfig.C')
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpConfig.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/fapiTestHwpConfig.C b/src/usr/hwpf/hwp/fapiTestHwpConfig.C
index 41f89d01e..5882b6549 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpConfig.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpConfig.C
@@ -33,6 +33,7 @@
* ------ -------------- ---------- ----------- ----------------------------
* mjjones 09/12/2011 Created.
* mjjones 10/06/2011 Updated traces.
+ * camvang 10/26/2011 Updated traces.
*
*/
@@ -51,7 +52,7 @@ fapi::ReturnCode hwpTestConfig(const fapi::Target & i_chip)
// Print the ecmd string of the chip
char l_string[fapi::MAX_ECMD_STRING_LEN] = {0};
i_chip.toString(l_string);
- FAPI_INF("hwpInitialTest: Chip: %s", l_string);
+ FAPI_INF("hwpTestConfig: Chip: %s", l_string);
fapi::ReturnCode l_rc;
std::vector<fapi::Target> l_targets;
OpenPOWER on IntegriCloud