Skip to content

Commit 7a6e851

Browse files
authored
Corrected print format string.
1 parent d7f8cc5 commit 7a6e851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/cryptocb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ WOLFSSL_API void wc_CryptoCb_InfoString(wc_CryptoInfo* info)
199199
}
200200
#ifdef WOLF_CRYPTO_CB_CMD
201201
else if (info->algo_type == WC_ALGO_TYPE_NONE) {
202-
printf("Crypto CB: CMD %s (%d)\n", GetAlgoTypeStr(info->algo_type),
202+
printf("Crypto CB: %s %s (%d)\n", GetAlgoTypeStr(info->algo_type),
203203
GetCryptoCbCmdTypeStr(info->cmd.type), info->cmd.type);
204204
}
205205
#endif

0 commit comments

Comments
 (0)