From: minima Date: Sun, 15 Apr 2001 17:19:11 +0000 (+0000) Subject: remove POSIX blocking messages X-Git-Tag: R_1_47~27 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f13dbae516120247c76b132354204cd66ba4515;p=spider.git remove POSIX blocking messages --- 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"; }