Skip to content
Snippets Groups Projects
Commit 38d40c4f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

make logs symmetric

parent 9ad9753f
No related branches found
No related tags found
No related merge requests found
......@@ -732,6 +732,7 @@ int entry_encode(Entry *e, struct berval *bv)
Debug( LDAP_DEBUG_TRACE, "=> entry_encode(0x%08lx): %s\n",
(long) e->e_id, e->e_dn, 0 );
dnlen = e->e_name.bv_len;
ndnlen = e->e_nname.bv_len;
......@@ -782,6 +783,10 @@ int entry_encode(Entry *e, struct berval *bv)
}
}
}
Debug( LDAP_DEBUG_TRACE, "<= entry_encode(0x%08lx): %s\n",
(long) e->e_id, e->e_dn, 0 );
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment