From: hickert Date: Thu, 6 Mar 2008 10:37:38 +0000 (+0000) Subject: Updated checkResult. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c74d390f9edbe4df1d26ac2bbfb2df1895d8785;p=gosa.git Updated checkResult. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9381 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index f59c332cc..4e2de421e 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -210,6 +210,8 @@ class LDAP{ /* Check if there are still unfetched elements */ if(is_resource(@ldap_next_entry($this->cid, $this->re))){ + new log("debug","LDAP:: CAT/SEARCH/FETCH","A new search was initiated while an older search wasn't fetched completely."); + msg_dialog::display(_("Debug"),"A new search was initiated while an older search wasn't fetched completely.",ERROR_DIALOG); trigger_error("A new search was initiated while an older search wasn't fetched completely."); } }