added a missing %d

This commit is contained in:
Anthony Hu
2024-10-30 14:53:21 -04:00
parent 57a5895d0e
commit 54dc8320d2

View File

@@ -1702,7 +1702,7 @@ static int _InitRng(WC_RNG* rng, byte* nonce, word32 nonceSz,
if (ret != 0) {
#if defined(DEBUG_WOLFSSL)
WOLFSSL_MSG_EX("_InitRng failed. err = ", ret);
WOLFSSL_MSG_EX("_InitRng failed. err = %d", ret);
#endif
}
else {