Commit Diff
Commit:
707e3f4a96c2cec1375b104d687026440e1b7abe
Date:
Fri Aug 26 15:19:31 2022
UTC
Message:
pe: be less chatty
--- pe
+++ pe
@@ -13,7 +13,6 @@ for (1..$jobs) {
my $poll = IO::Poll->new();
for (1..$jobs) {
- say STDERR "pe: spawning job #$_";
open(my $kid, '|-', './mexp') or die "can't exec ./mexp: $!";
$poll->mask($kid => POLLOUT);
}
Omar Polo