]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/search.c
Code clean-up.
[openldap] / servers / slapd / back-ldbm / search.c
index bb5383f49bdd73f5cdd87ed68378e13bdb4a3dd6..a754e21e2a9d9d1ab167dcd7b1e9839a978a20da 100644 (file)
@@ -171,7 +171,7 @@ ldbm_back_search(
 
                /* get the entry with reader lock */
                if ( (e = id2entry_r( be, id )) == NULL ) {
-                       Debug( LDAP_DEBUG_ARGS, "candidate %lu not found\n",
+                       Debug( LDAP_DEBUG_ARGS, "candidate %ld not found\n",
                               id, 0, 0 );
                        continue;
                }