summaryrefslogtreecommitdiffstats
path: root/src/pam_dotfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pam_dotfile.c')
-rw-r--r--src/pam_dotfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pam_dotfile.c b/src/pam_dotfile.c
index edc5230..5223f90 100644
--- a/src/pam_dotfile.c
+++ b/src/pam_dotfile.c
@@ -146,7 +146,7 @@ static int _fork_authentication(context_t *c, const char *username, const char *
case 3: r = PAM_USER_UNKNOWN; break;
}
} else
- logmsg(c, LOG_DEBUG, "Helper failed abnormally");
+ logmsg(c, LOG_ERR, "Helper failed abnormally");
}
}