Temporarily enable some extra LDAP logging to try and help diagnose bug 402536. r/sr=bienvenu for the temporary enabling.

This commit is contained in:
bugzilla%standard8.plus.com 2007-11-05 16:28:34 +00:00
Родитель a967d5ef07
Коммит 9c58fde6c7
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -482,12 +482,10 @@ nsLDAPMessage::GetValues(const char *aAttr, PRUint32 *aCount,
PRUnichar ***aValues)
{
char **values;
#if defined(DEBUG)
// We only want this being logged for debug builds so as not to affect performance too much.
PR_LOG(gLDAPLogModule, PR_LOG_DEBUG,
("nsLDAPMessage::GetValues(): called with aAttr = '%s'", aAttr));
#endif
values = ldap_get_values(mConnectionHandle, mMsgHandle, aAttr);