summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0693ae1)
raw | patch | inline | side by side (parent: 0693ae1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 07:51:11 +0000 (07:51 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 07:51:11 +0000 (07:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3180 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_ldap.inc | patch | blob | history |
diff --git a/include/class_ldap.inc b/include/class_ldap.inc
index 3c1edad0ddbd557f7809a8afaba8c5d822509446..cd615717e7ef06181d7d3767f1d715cebaecbe62 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
if($this->max_ldap_query_time){
$diff = get_MicroTimeDiff($start,microtime());
if($diff > $this->max_ldap_query_time){
- print_red(sprintf(_("The ldapserver is answering very slow (%.2f), this may be responsible for performance breakdowns."),$diff)) ;
+ print_red(sprintf(_("The LDAP server is slow (%.2fs for the last query). This may be responsible for performance breakdowns."),$diff)) ;
}
}