From dd5ad430d40f2b682be5456c319ccf82031a3e1f Mon Sep 17 00:00:00 2001 From: cajus Date: Sat, 29 Mar 2008 18:54:30 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10068 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index b12358ace..b6eff67e5 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -76,7 +76,7 @@ class gosaSupportDaemon }else{ $this->set_error($this->o_sock->get_error()); $this->disconnect(); - new log("debug","gosaSupportDaemon::connect()", "Could not connect to server.", array(),$this->get_error()); + new log("debug","gosaSupportDaemon::connect()", "Cannot connect to si-server", array(),$this->get_error()); } }else{ $this->set_error(msgPool::cmdnotfound("GOSA_SI",_("GOsa support daemon"))); -- 2.30.2