From: cajus Date: Sat, 29 Mar 2008 18:54:30 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd5ad430d40f2b682be5456c319ccf82031a3e1f;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10068 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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")));