Issue 346 - LDAP_DEBUG_STATS for DEL inconsistent format
Summary: LDAP_DEBUG_STATS for DEL inconsistent format
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-03 16:02 UTC by wes@umich.edu
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description wes@umich.edu 1999-11-03 16:02:58 UTC
Full_Name: Wesley Craig
Version: 1.2.7 + changes
OS: Solaris 2.6
URL: 
Submission from: (NULL) (141.211.164.29)


The Debug( LDAP_DEBUG_STATS, ... ) for do_delete() in slapd is not consistent
with Statslog()s in other do_*() calls.  Most calls log the connection
and op.  To be consistent, the line in do_delete() would change from

	Debug( LDAP_DEBUG_STATS, "DEL dn=\"%s\"\n", ndn, 0, 0 );

to something like

	Statslog( LDAP_DEBUG_STATS, "conn=%d op=%d DEL dn=\"%s\"\n",
            conn->c_connid, op->o_opid, e->e_ndn, 0, 0 );

	
Comment 1 Kurt Zeilenga 1999-11-03 19:52:36 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 Kurt Zeilenga 1999-11-17 21:30:13 UTC
changed state Test to Release
Comment 3 Kurt Zeilenga 1999-12-12 19:39:35 UTC
changed notes
changed state Release to Closed
Comment 4 OpenLDAP project 2014-08-01 21:06:53 UTC
Applied change, released with 1.2.8.