about summary refs log tree commit homepage
path: root/lib/PublicInbox/CmdIPC4.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/CmdIPC4.pm')
-rw-r--r--lib/PublicInbox/CmdIPC4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/CmdIPC4.pm b/lib/PublicInbox/CmdIPC4.pm
index e368d032..99890244 100644
--- a/lib/PublicInbox/CmdIPC4.pm
+++ b/lib/PublicInbox/CmdIPC4.pm
@@ -23,7 +23,7 @@ no warnings 'once';
         } while (!defined($s) &&
                         ($!{ENOBUFS} || $!{ENOMEM} || $!{ETOOMANYREFS}) &&
                         (++$try < 50) &&
-                        warn "sleeping on sendmsg: $! (#$try)\n" &&
+                        warn "# sleeping on sendmsg: $! (#$try)\n" &&
                         select(undef, undef, undef, 0.1) == 0);
         $s;
 };