Code

update: debug line to debug mysql problem at gosa-is-server
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Sep 2008 12:26:32 +0000 (12:26 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Sep 2008 12:26:32 +0000 (12:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12564 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index 92b803c75068938f059cb1e8ce8f1f90322a0914..02fcb8310a2e61c8471456e82dea631b8601b351 100755 (executable)
@@ -2052,6 +2052,8 @@ sub watch_for_next_tasks {
             next;
         }
         my $message_id = $hit->{'id'};
+        my $session_id = $hit->{'sessionid'};
+        &daemon_log("$session_id DEBUG: start processing for message with incoming id: '$message_id'", 7);
         $kernel->yield('next_task', $hit);
 
         my $sql = "DELETE FROM $incoming_tn WHERE id=$message_id";