fixes #2560: mention "main driver" within the error message

pull/3214/head
philsmd 2 years ago committed by GitHub
parent 2b89c69cc4
commit cd33a8a200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7045,12 +7045,12 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
{
if (backend_ctx->rc_cuda_init == -1)
{
event_log_warning (hashcat_ctx, "Failed to initialize NVIDIA CUDA library.");
event_log_warning (hashcat_ctx, "Failed to initialize the NVIDIA main driver CUDA runtime library.");
event_log_warning (hashcat_ctx, NULL);
}
else
{
event_log_warning (hashcat_ctx, "Successfully initialized NVIDIA CUDA library.");
event_log_warning (hashcat_ctx, "Successfully initialized the NVIDIA main driver CUDA runtime library.");
event_log_warning (hashcat_ctx, NULL);
}

Loading…
Cancel
Save