From d3eb83e3d09cca7303f652af3bb3fa49b9e12182 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Fri, 8 Aug 2008 09:53:12 +0000 Subject: [PATCH] bugfix: delete print STDERR line git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12182 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/server/events/opsi_com.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gosa-si/server/events/opsi_com.pm b/gosa-si/server/events/opsi_com.pm index 07f13e997..a0605f522 100644 --- a/gosa-si/server/events/opsi_com.pm +++ b/gosa-si/server/events/opsi_com.pm @@ -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); -- 2.30.2