psyc/social: local join flag; social service: leave place, save _file
[oweals/gnunet.git] / contrib / gnunet-logread
index 173ed2387740db41d6ddbd1a4da57dd6cfeee5cd..d5c8b1676469aeab91743ecf66abb4b1e2138fd9 100755 (executable)
@@ -70,7 +70,7 @@ while (<>)
             my $msg = exists $msgtypes{$type} ? $msgtypes{$type} : $type;
             my $ofh = select IPC;
             print IPC "$time\t$from -> $to\t$msg ($size)\n";
-            $|++;
+            $| = 1;
             select $ofh;
         }
         if (($time, $level, $msg) =