Replaced PRDF trace macros with libhei trace macros

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I66e97491123bf62f212176fdf99a1bc97d05fbd7
diff --git a/src/register/hei_hardware_register.cpp b/src/register/hei_hardware_register.cpp
index def6016..96bee18 100755
--- a/src/register/hei_hardware_register.cpp
+++ b/src/register/hei_hardware_register.cpp
@@ -129,7 +129,7 @@
         if ( ( ACCESS_NONE == iv_operationType ) &&
                 ( ACCESS_WO == iv_operationType ) )
         {
-            PRDF_ERR( PRDF_FUNC "Write-only register: 0x%08x 0x%016llx",
+            HEI_ERR( PRDF_FUNC "Write-only register: 0x%08x 0x%016llx",
                       getChip()->GetId(), iv_scomAddress );
             break;
         }
@@ -165,7 +165,7 @@
         if ( ( ACCESS_NONE == iv_operationType ) &&
                  ( ACCESS_RO == iv_operationType ) )
         {
-            PRDF_ERR( PRDF_FUNC "Read-only register: 0x%08x 0x%016llx",
+            HEI_ERR( PRDF_FUNC "Read-only register: 0x%08x 0x%016llx",
                       getChip()->GetId(), iv_scomAddress );
             break;
         }
@@ -175,7 +175,7 @@
         {
             // Something bad happened and there was nothing in the cache to
             // write to hardware.
-            PRDF_ERR( PRDF_FUNC "No entry found in cache: 0x%08x 0x%016llx",
+            HEI_ERR( PRDF_FUNC "No entry found in cache: 0x%08x 0x%016llx",
                       getChip()->GetId(), iv_scomAddress );
             break;
         }