diff options
Diffstat (limited to 'checks')
-rw-r--r-- | checks/x509.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/x509.cpp b/checks/x509.cpp index 96d99eee2..59bc8444b 100644 --- a/checks/x509.cpp +++ b/checks/x509.cpp @@ -119,7 +119,7 @@ u32bit check_against_copy(const Private_Key& orig, if(orig_id != pub_id || orig_id != priv_id || orig_id != priv_enc_id) { - std::cout << "Failed copy check\n"; + std::cout << "Failed copy check for " << orig.algo_name() << "\n"; return 1; } return 0; |