diff --git a/src/libimaevm.c b/src/libimaevm.c index 683cfb8..4bcce13 100644 --- a/src/libimaevm.c +++ b/src/libimaevm.c @@ -82,7 +82,7 @@ static const char *const pkey_hash_algo_kern[PKEY_HASH__LAST] = { }; struct libimaevm_params imaevm_params = { - .verbose = LOG_INFO - 1, + .verbose = LOG_INFO, .x509 = 1, .hash_algo = "sha1", };