summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e126ae3)
raw | patch | inline | side by side (parent: e126ae3)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 08:53:53 +0000 (08:53 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 08:53:53 +0000 (08:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12599 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index 3c62ab5ab40b45f4bbc7137bffba6465c1c90641..57eb188ade74c87f6d4c125ddfaee54881f0dfdc 100644 (file)
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);
}
}