diff options
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-x | src/usr/i2c/i2c.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C index 850f841cd..35e5fccf8 100755 --- a/src/usr/i2c/i2c.C +++ b/src/usr/i2c/i2c.C @@ -1596,7 +1596,7 @@ errlHndl_t i2cCommonOp( DeviceFW::OperationType i_opType, { TRACUCOMP(g_trac_i2c, INFO_MRK "I2C SMBUS Block Write: Command code = 0x%02X, " - "Use PEC = %d. io_buflen = %d", + "Use PEC = %d. io_buflen = %lu", i_args.smbus.commandCode, i_args.smbus.usePec, io_buflen); |