Code

Added gosaLogServer to config class
[gosa.git] / include / functions_debug.inc
index 24fd84275107b00870c12eb0463af764d2417665..5e5c84f6ea9fe75306edacd177e3c1f1db11b00a 100644 (file)
@@ -192,7 +192,7 @@ class Print_a_class {
                                if( $this->show_object_vars ) {
                                        $this->print_a( get_object_vars( $value ), TRUE, $key_bg_color );
                                } else {
-                                       $this->output .= '<div style="'.$value_style.'">OBJECT</div>';
+                                       $this->output .= '<div style="'.$value_style.'">OBJECT - '.get_class($value).'</div>';
                                }
                        } else {
                                $this->output .= '<div style="'.$value_style.'" title="'.$type.'">'.$value.'</div>';