aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet-logread
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet-logread')
-rwxr-xr-xcontrib/gnunet-logread2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gnunet-logread b/contrib/gnunet-logread
index 173ed2387..d5c8b1676 100755
--- a/contrib/gnunet-logread
+++ b/contrib/gnunet-logread
@@ -70,7 +70,7 @@ while (<>)
70 my $msg = exists $msgtypes{$type} ? $msgtypes{$type} : $type; 70 my $msg = exists $msgtypes{$type} ? $msgtypes{$type} : $type;
71 my $ofh = select IPC; 71 my $ofh = select IPC;
72 print IPC "$time\t$from -> $to\t$msg ($size)\n"; 72 print IPC "$time\t$from -> $to\t$msg ($size)\n";
73 $|++; 73 $| = 1;
74 select $ofh; 74 select $ofh;
75 } 75 }
76 if (($time, $level, $msg) = 76 if (($time, $level, $msg) =