Code

Updated Strings
[gosa.git] / gosa-si / gosa-si-client
index 4841038ca30a8785d7103064b8893dfef574c1a0..cbc3e571952a00d7474b602a6cc4650915c277bd 100755 (executable)
@@ -981,6 +981,7 @@ sub fifo_got_record {
     my $file_record = $_[ARG0];
     my $header;
     my $content = "";
+    daemon_log("DEBUG: fifo got record: $file_record", 7); 
 
     $file_record =~ /^(\S+)[ ]?([\s\S]+)?$/;
     if( defined $1 ) {