summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-server/Security
diff options
context:
space:
mode:
Diffstat (limited to 'csgo-loader/csgo-server/Security')
-rw-r--r--csgo-loader/csgo-server/Security/Encryption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-server/Security/Encryption.cpp b/csgo-loader/csgo-server/Security/Encryption.cpp
index b42b4ab..e9195e5 100644
--- a/csgo-loader/csgo-server/Security/Encryption.cpp
+++ b/csgo-loader/csgo-server/Security/Encryption.cpp
@@ -570,7 +570,7 @@ namespace Wrapper
{
if(!CryptAcquireContextA(&m_CryptProvider, nullptr, nullptr, PROV_RSA_AES, CRYPT_NEWKEYSET))
{
- printf("Failed to initialise encryption provider.\n");
+ printf("[ E! ] Failed to initialise encryption provider (%08x).\n", GetLastError());
return;
}
}