diff options
Diffstat (limited to 'src/usr/errl/plugins')
-rw-r--r-- | src/usr/errl/plugins/errludcallout.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H index f5ef563b7..e8bb364e9 100644 --- a/src/usr/errl/plugins/errludcallout.H +++ b/src/usr/errl/plugins/errludcallout.H @@ -222,13 +222,13 @@ case HWAS::_type: i_parser.PrintString( "Bus Type", #_type); break; } case HWAS::I2C_DEVICE_CALLOUT: { - i_parser.PrintString( "Callout type", "I2c Device Callout"); + i_parser.PrintString( "Callout type", "I2C Device Callout"); i_parser.PrintNumber( "Engine","0x%.2x", pData->engine ); i_parser.PrintNumber( "Port","0x%.2x", pData->port ); i_parser.PrintNumber( "DevAddr","0x%.2x", pData->address ); uint8_t *l_ptr = reinterpret_cast<uint8_t *>(pData+1); - printEntityPath(l_ptr, i_parser, "Target"); + printEntityPath(l_ptr, i_parser, "I2C Master"); break; // I2C_DEVICE_CALLOUT } |