Code

Updated gosaSupportDaemon.
[gosa.git] / gosa-core / include / class_hostActionQueue.inc
index c32be66ae6821f9ddc0803b84ccebfa239378808..e6eacf10e0624d740d4f429eb2e66f2d295e0f39 100644 (file)
@@ -139,7 +139,7 @@ class hostActionQueue {
       $parts  = split(" ",$row);
 
       if(count($parts) != 10){
-        print_red(_("Entry broken, skipped."));
+        msg_dialog::display(_("GOsa infrastructure"), _("Cannot read broken entry - skipped!"), WARNING_DIALOG);
       }else{
 
         $entry = array();