From: hickert Date: Wed, 23 Jan 2008 10:14:29 +0000 (+0000) Subject: Replaced echo with trigger_error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80cc5df185ccd0c61c89d299cefe53c8b3d9e95c;p=gosa.git Replaced echo with trigger_error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8560 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index eefcc5a86..e3a344890 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -51,7 +51,7 @@ class ServerService extends plugin } } }else{ - echo "missing class ".$plug['CLASS']; + trigger_error("Service class missing: ".$plug['CLASS']); } } $this->divList = new divListSystemService($config,$this);