X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=6e2082e55ca86bcbaf1f1d221bd87625fb621eef;hb=7f13dbae516120247c76b132354204cd66ba4515;hp=0e6ee9661c07abd36053f5a1ef1032db739f1d43;hpb=5c4606e6c15b6518eadf808cb1a6c6cf67caf46b;p=spider.git 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"; }