diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index e07e8af049..43ac968977 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -1444,7 +1444,7 @@ static int mbedtls_init(void) NULL, 0); if(ret) { - failf(NULL, " failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n", + failf(NULL, "failed: mbedtls_ctr_drbg_seed returned -0x%x", (unsigned int)-ret); return 0; }