Diff between 1aa16d14c443aaa89a1c1dc15a7edfeb28f74b37 and 425ca24613730a869ca6002669af06ad10b75c9e
Changed Files
| File | Additions | Deletions | Status |
| mesh/net_keys.c | +1 | -1 | modified |
Full Patch
diff --git a/mesh/net_keys.c b/mesh/net_keys.c
index 43c8a93..6f7b7c1 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;
}