Code

bugfix: delete print STDERR line
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Aug 2008 09:53:12 +0000 (09:53 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Aug 2008 09:53:12 +0000 (09:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12182 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/server/events/opsi_com.pm

index 07f13e997b99840059d6e982eadbf3632dd77249..a0605f5229a2ce95135fc3cd5d48d9e58cf26d18 100644 (file)
@@ -233,7 +233,7 @@ sub opsi_add_client {
     my $error = 0;
     my ($sres, $sres_err, $sres_err_string);
 
-    # build return message with twisted target and source
+    # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
         &add_content2xml_hash($out_hash, "forward_to_gosa", $forward_to_gosa);
@@ -533,7 +533,7 @@ sub opsi_get_product_properties {
     my ($hostId, $productId);
     my $xml_msg;
 
-    # build return message with twisted target and source
+    # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
         &add_content2xml_hash($out_hash, "forward_to_gosa", $forward_to_gosa);
@@ -631,7 +631,7 @@ sub opsi_set_product_properties {
     my $target = @{$msg_hash->{'target'}}[0];
     my $forward_to_gosa = @{$msg_hash->{'forward_to_gosa'}}[0];
     my ($productId, $hostId);
-print STDERR Dumper($msg_hash);
+
     # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
@@ -740,7 +740,7 @@ sub opsi_get_client_hardware {
     my $error = 0;
     my $xml_msg;
 
-    # build return message with twisted target and source
+    # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
       &add_content2xml_hash($out_hash, "forward_to_gosa", $forward_to_gosa);
@@ -817,7 +817,7 @@ sub opsi_list_clients {
     my $target = @{$msg_hash->{'target'}}[0];
     my $forward_to_gosa = @{$msg_hash->{'forward_to_gosa'}}[0];
 
-    # build return message with twisted target and source
+    # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
       &add_content2xml_hash($out_hash, "forward_to_gosa", $forward_to_gosa);
@@ -889,7 +889,7 @@ sub opsi_get_client_software {
     my $hostId;
     my $xml_msg;
 
-    # build return message with twisted target and source
+    # Build return message with twisted target and source
     my $out_hash = &main::create_xml_hash("answer_$header", $main::server_address, $source);
     if (defined $forward_to_gosa) {
       &add_content2xml_hash($out_hash, "forward_to_gosa", $forward_to_gosa);