mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-09-18 11:43:34 +02:00
log exception
This commit is contained in:
@@ -37,6 +37,7 @@ void RSA::decrypt(char* msg) const
|
||||
c.Encode(reinterpret_cast<uint8_t*>(msg), 128);
|
||||
}
|
||||
catch (const CryptoPP::Exception& e) {
|
||||
std::cout << e.what() << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user