X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=3c4b51f3d0d2504adff8ccaf7bd61781bf6163f9;hb=172430f1a1a4b0ff593f5750e1e93c6c62a3ec76;hp=4400fe8d76482050f5d8974b599a6fcdeed55559;hpb=9e8b70da52136e061fee9f8a219c713cc1d7df4d;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 {