diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-04 17:06:05 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-04 17:06:05 -0400 |
| commit | 1c704ae1dd96ebd30e8069644d6a4a06733d6804 (patch) | |
| tree | ca801ccec0afa6df0cc077d82b2dde5714a97ae2 /src/format.c | |
| parent | a0f030ecbe34d9157a842bbc443f5909d8334b4f (diff) | |
- fix things so that when an entry in a map is updated, entries named by the
map configuration's referred attribute in the entry get updated in whichever
map they happen to be in
Diffstat (limited to 'src/format.c')
| -rw-r--r-- | src/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c index a776d5c..2daef85 100644 --- a/src/format.c +++ b/src/format.c @@ -309,7 +309,7 @@ format_deref(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e, if (ref == NULL) { slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, - "deref: failure reading entry \"%s\"", + "deref: failure reading entry \"%s\"\n", slapi_sdn_get_ndn(refdn)); slapi_sdn_free(&refdn); continue; |
