summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a86cc7c)
raw | patch | inline | side by side (parent: a86cc7c)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:14:34 +0000 (17:14 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:14:34 +0000 (17:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12950 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index c165cdfe718bb2435b636f2a8e695b75a845383c..989a88e154fffe2de10f8c02efb990dcb3b9d485 100644 (file)
id => 1,
};
- #&main::daemon_log("$session_id DEBUG: send callobj to opsi_client: ".&opsi_callobj2string($callobj), 7);
+ &main::daemon_log("$session_id DEBUG: send callobj to opsi_client: ".&opsi_callobj2string($callobj), 7);
+ &main::daemon_log("$session_id DEBUG: opsi_url $main::opsi_url", 7);
&main::daemon_log("$session_id DEBUG: waiting for answer from opsi_client!", 7);
my $res = $main::opsi_client->call($main::opsi_url, $callobj);
&main::daemon_log("$session_id DEBUG: get answer from opsi_client with number of entries: ".length(@$res), 7);