r8892: Fix #2942 - missing value in debug ! Doh !
authorJeremy Allison <jra@samba.org>
Mon, 1 Aug 2005 19:47:57 +0000 (19:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:19 +0000 (11:00 -0500)
Jeremy.

source/lib/smbldap.c

index d1f3f82cb561a2267b9a747f7035090bd720182d..10bd56d08741a394e4c3ce64bd8755cf2d62acc3 100644 (file)
@@ -456,7 +456,7 @@ ATTRIB_MAP_ENTRY sidmap_attr_list[] = {
           the old value, should it exist. */
 
        if ((newval != NULL) && (strlen(newval) > 0)) {
-               DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute));
+               DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute, newval));
                smbldap_set_mod(mods, LDAP_MOD_ADD, attribute, newval);
        }
 }