From 7f13dbae516120247c76b132354204cd66ba4515 Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 15 Apr 2001 17:19:11 +0000 Subject: [PATCH] remove POSIX blocking messages --- perl/Msg.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Msg.pm b/perl/Msg.pm index 0e6ee966..6e2082e5 100644 --- a/perl/Msg.pm +++ b/perl/Msg.pm @@ -33,11 +33,11 @@ BEGIN { require POSIX; POSIX->import(qw(O_NONBLOCK F_SETFL F_GETFL)) }; if ($@ || $main::is_win) { - print STDERR "POSIX Blocking *** NOT *** supported $@\n"; +# print STDERR "POSIX Blocking *** NOT *** supported $@\n"; $blocking_supported = 0; } else { $blocking_supported = 1; - print STDERR "POSIX Blocking enabled\n"; +# print STDERR "POSIX Blocking enabled\n"; } -- 2.34.1