summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:13:30 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:13:30 -0400
commit120b47f0c6c8d690551ed82f053baf2a417e8b84 (patch)
tree00b77b5f5a67ccc03bc38323333a2cc8308cac1a /src
parentaccd0ff71964d825c86ee4d796dce48b36f010b5 (diff)
- don't log that we're setting up hooks, the specific backend module will now
Diffstat (limited to 'src')
-rw-r--r--src/back-shr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/back-shr.c b/src/back-shr.c
index 4b6701c..3fb491a 100644
--- a/src/back-shr.c
+++ b/src/back-shr.c
@@ -1075,8 +1075,6 @@ backend_shr_delete_cb(Slapi_PBlock *pb)
void
backend_shr_postop_init(Slapi_PBlock *pb, struct plugin_state *state)
{
- slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id,
- "hooking up postoperation callbacks\n");
if (slapi_pblock_set(pb, SLAPI_PLUGIN_POST_ADD_FN,
backend_shr_add_cb) != 0) {
slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id,