зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a967d5ef07
Коммит
9c58fde6c7
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче