]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/modrdn.c
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
[openldap] / servers / slapd / back-bdb / modrdn.c
index c0dd650df94d8124095c7e9ba76e7c6fcd07b730..2103591d217ac79a47b3083725711005b5d62aa7 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2012 The OpenLDAP Foundation.
+ * Copyright 2000-2014 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -162,7 +162,7 @@ retry:      /* transaction retry */
                rs->sr_text = "internal error";
                goto return_results;
        }
-       Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_modrdn) ": txn1 id: %u\n",
+       Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_modrdn) ": txn1 id: %x\n",
                ltid->id(ltid), 0, 0 );
 
        opinfo.boi_oe.oe_key = bdb;
@@ -603,7 +603,7 @@ retry:      /* transaction retry */
                rs->sr_text = "internal error";
                goto return_results;
        }
-       Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_modrdn) ": txn2 id: %u\n",
+       Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_modrdn) ": txn2 id: %x\n",
                lt2->id(lt2), 0, 0 );
 
        /* delete old DN */