summaryrefslogtreecommitdiffstats
path: root/spi25.c
diff options
context:
space:
mode:
Diffstat (limited to 'spi25.c')
-rw-r--r--spi25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spi25.c b/spi25.c
index b26f533..937ee5d 100644
--- a/spi25.c
+++ b/spi25.c
@@ -62,7 +62,7 @@ static int spi_rems(unsigned char *readarr)
}
if (ret)
return ret;
- msg_cspew("REMS returned %02x %02x. ", readarr[0], readarr[1]);
+ msg_cspew("REMS returned 0x%02x 0x%02x. ", readarr[0], readarr[1]);
return 0;
}
OpenPOWER on IntegriCloud