From 03bf30182331a843bce0e777c04c4dad670cf62b Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 May 2006 07:51:11 +0000 Subject: [PATCH] Fixed message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3180 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 3c1edad0d..cd615717e 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -192,7 +192,7 @@ class LDAP{ 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)) ; } } -- 2.30.2