X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=3c4b51f3d0d2504adff8ccaf7bd61781bf6163f9;hb=f45d04e999b798f21ddcb887cf1bb9f3eb3a27b4;hp=4400fe8d76482050f5d8974b599a6fcdeed55559;hpb=1a4080d4bc98aeda2a4b2467225c64732412fdba;p=spider.git diff --git a/perl/Msg.pm b/perl/Msg.pm index 4400fe8d..3c4b51f3 100644 --- a/perl/Msg.pm +++ b/perl/Msg.pm @@ -279,7 +279,7 @@ sub disconnect if ($sock->{buffer}) { my $lth = length $sock->{buffer}; Mojo::IOLoop->timer($disc_waittime, sub { - dbg("Buffer contained $lth data , coordinated for $disc_waittime secs, now disconnecting $call") if $dbg; + dbg("Buffer contained $lth characters, coordinated for $disc_waittime secs, now disconnecting $call") if $dbg; _close_it($conn); }); } else {