Skip to content
Snippets Groups Projects
Commit 72e73049 authored by deuce's avatar deuce
Browse files

Lower CRYPT_ERROR_INTERNAL to NOTICE. Not sure the sysop can do anything

about these.
parent aa8a0af1
Branches
Tags
No related merge requests found
......@@ -41,6 +41,8 @@ static int DLLCALL crypt_ll(int error)
switch(error) {
case CRYPT_ERROR_INCOMPLETE:
return LOG_WARNING;
case CRYPT_ERROR_INTERNAL:
return LOG_NOTICE;
case CRYPT_ERROR_COMPLETE:
case CRYPT_ERROR_READ:
case CRYPT_ERROR_WRITE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment