Skip to content

Commit

Permalink
Fix error call
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less authored Nov 17, 2023
1 parent f670cb0 commit 4737866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Extra/y_bcrypt/y_bcrypt_natives.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ stock BCrypt_GetPlugin()
}
else
{
Debug_PrintE("Neither BCrypt plugin is loaded. Load one!")
Debug_Error("Neither BCrypt plugin is loaded. Load one!")
plugin = 0;
}
}
Expand Down

0 comments on commit 4737866

Please sign in to comment.