зеркало из https://github.com/mozilla/pjs.git
Back out temporary test patch from bug 401955 now that we have the builds.
This commit is contained in:
Родитель
7a06fdf42b
Коммит
0e662e489c
|
@ -483,9 +483,11 @@ nsLDAPMessage::GetValues(const char *aAttr, PRUint32 *aCount,
|
|||
{
|
||||
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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче