From 2e2e899869aa2aabd749fed38701708b8dd00402 Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Wed, 7 Oct 2020 00:01:07 -0500 Subject: more DEBUG build fixes Change-Id: I4ae2b79f53ce59c37ccc9ef06f5ebd145e988763 --- firmware/drivers/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c index cc6dbf517c..c0e84a2f61 100644 --- a/firmware/drivers/fat.c +++ b/firmware/drivers/fat.c @@ -1257,7 +1257,7 @@ static int fat_mount_internal(struct bpb *fat_bpb) /* Sanity check FS info */ long info = BYTES2INT32(buf, FSINFO_SIGNATURE); if (info != FSINFO_SIGNATURE_VAL) { - DEBUGF("%S() FSInfo signature mismatch (%x)\n", + DEBUGF("%s() FSInfo signature mismatch (%lx)\n", __func__, info); FAT_ERROR(-9); } -- cgit v1.2.3