void authfail_open(void)
{
if ((ReportType & REPORT_TYPE_AUTH_FAILURES) == 0) {
- if (debugz>=LogLevel_Process) debugaz(_("Authentication failure report not produced as it is not requested\n"));
+ if (debugz>=LogLevel_Process) debugaz(_("Authentication failures report not produced as it is not requested\n"));
return;
}
if (Privacy) {
- if (debugz>=LogLevel_Process) debugaz(_("Authentication failure report not produced because privacy option is active\n"));
+ if (debugz>=LogLevel_Process) debugaz(_("Authentication failures report not produced because privacy option is active\n"));
return;
}