]> git.sur5r.net Git - openldap/commitdiff
fix format (ITS#2640?)
authorPierangelo Masarati <ando@openldap.org>
Tue, 15 Jul 2003 10:57:12 +0000 (10:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 15 Jul 2003 10:57:12 +0000 (10:57 +0000)
servers/slapd/back-sql/search.c

index 9305d45aadc047ea132a3a3585123b410e328381..3d75b467e92f0df7c428263df644a761a333c043 100644 (file)
@@ -969,7 +969,7 @@ backsql_oc_get_candidates( void *v_oc, void *v_bsi )
                        return BACKSQL_CONTINUE;
                }
                
-               Debug( LDAP_DEBUG_TRACE, "(one)id: '%s'\n", base_id.id,
+               Debug( LDAP_DEBUG_TRACE, "(one)id: '%lu'\n", base_id.id,
                                0, 0 );
 
                rc = backsql_BindParamID( sth, 2, &base_id.id );