From 425ca24613730a869ca6002669af06ad10b75c9e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Feb 2019 08:00:08 +0100 Subject: [PATCH] mesh: Use PRIx64 instead of %16.16lx --- mesh/net_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/net_keys.c b/mesh/net_keys.c index 43c8a938b..6f7b7c18a 100644 --- a/mesh/net_keys.c +++ b/mesh/net_keys.c @@ -285,7 +285,7 @@ bool net_key_snb_check(uint32_t id, uint32_t iv_index, bool kr, bool ivu, } if (cmac != cmac_check) { - l_error("cmac compare failed %16.16lx != %16.16lx", + l_error("cmac compare failed 0x%16" PRIx64 " != 0x%16" PRIx64, cmac, cmac_check); return false; } -- 2.47.3