From: cajus Date: Mon, 6 Oct 2008 08:53:53 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d3518381250406d0ec87e0afe4196680c97df0ea;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12599 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/server/events/opsi_com.pm b/gosa-si/server/events/opsi_com.pm index 3c62ab5ab..57eb188ad 100644 --- a/gosa-si/server/events/opsi_com.pm +++ b/gosa-si/server/events/opsi_com.pm @@ -734,7 +734,7 @@ sub opsi_set_product_properties { my ($res_err, $res_err_string) = &check_opsi_res($res); if ($res_err){ - &man::daemon_log("$session_id ERROR: communication failed while setting '".$item->{'name'}[0]."': ".$res_err_string, 1); + &main::daemon_log("$session_id ERROR: communication failed while setting '".$item->{'name'}[0]."': ".$res_err_string, 1); &add_content2xml_hash($out_hash, "error", $res_err_string); } }