summaryrefslogtreecommitdiffstats
path: root/src/back-sch-idview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/back-sch-idview.c')
-rw-r--r--src/back-sch-idview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/back-sch-idview.c b/src/back-sch-idview.c
index 8ffab91..8842906 100644
--- a/src/back-sch-idview.c
+++ b/src/back-sch-idview.c
@@ -311,7 +311,7 @@ idview_replace_bval_by_override(const char *bval_usage, const char *attr_name,
}
attr_val = slapi_value_new_berval(bval);
- slapi_log_error(SLAPI_LOG_FATAL, cbdata->state->plugin_desc->spd_id,
+ slapi_log_error(SLAPI_LOG_PLUGIN, cbdata->state->plugin_desc->spd_id,
"Searching for an override of the %s %s with %s=%*s from the overrides\n.",
bval_usage, attr_name, attr_name, (int) bval->bv_len, bval->bv_val);
@@ -347,7 +347,7 @@ idview_replace_bval_by_override(const char *bval_usage, const char *attr_name,
slapi_ber_bvdone(bval);
slapi_ber_bvcpy(bval, slapi_value_get_berval(anchor_val));
anchor_override_found = TRUE;
- slapi_log_error(SLAPI_LOG_FATAL, cbdata->state->plugin_desc->spd_id,
+ slapi_log_error(SLAPI_LOG_PLUGIN, cbdata->state->plugin_desc->spd_id,
"Overriding the %s %s with %s=%*s from the override %s\n.",
bval_usage, attr_name, IPA_IDVIEWS_ATTR_ANCHORUUID,
(int) bval->bv_len, bval->bv_val,