summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/back-sch-pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/back-sch-pam.c b/src/back-sch-pam.c
index 62ffcb1..ae1ae41 100644
--- a/src/back-sch-pam.c
+++ b/src/back-sch-pam.c
@@ -288,7 +288,7 @@ done:
}
/* Log the diagnostic information for the administrator. */
- slapi_log_error(SLAPI_LOG_FATAL, state->plugin_desc->spd_id,
+ slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id,
"%s\n", errmsg);
if (errmsg != NULL) {
PR_smprintf_free(errmsg);