diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-05-07 18:22:56 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-05-07 18:22:56 -0400 |
| commit | 97e5accb3ffe8c440ab083ca9dd9b8d74ae7c51d (patch) | |
| tree | d604dfecf4749d77a2a875ff05b0d235894f610d /src | |
| parent | c535808403106babe0277cff92eedf932133f0c3 (diff) | |
- remove that debug message, it's redundant
Diffstat (limited to 'src')
| -rw-r--r-- | src/plug-sch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plug-sch.c b/src/plug-sch.c index 3418516..b6df81e 100644 --- a/src/plug-sch.c +++ b/src/plug-sch.c @@ -117,7 +117,6 @@ plugin_shutdown(Slapi_PBlock *pb) { struct plugin_state *state; slapi_pblock_get(pb, SLAPI_PLUGIN_PRIVATE, &state); - slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, "close"); map_done(state); state->plugin_base = NULL; slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, |
