X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FCWMP%2FSession.pm;h=e8fa1ddb57103b0cc94e5cea4e7663b9427b5154;hb=5ea6e09597af2a09a847b8973e30601811f52725;hp=e2f6b8cbc8454232530aa3227b9517f5aa83f54e;hpb=d4b4202a2f21c686eb6bb6c9efaf49cf3ed7c954;p=perl-cwmp.git diff --git a/lib/CWMP/Session.pm b/lib/CWMP/Session.pm index e2f6b8c..e8fa1dd 100644 --- a/lib/CWMP/Session.pm +++ b/lib/CWMP/Session.pm @@ -189,7 +189,7 @@ sub process_request { } elsif ( $job = $queue->dequeue ) { $xml = $self->dispatch( $job->dispatch ); } elsif ( $size == 0 ) { - warn ">>> no more queued commands, no client pending, closing connection $to_uid"; + warn ">>> over, closing connection $to_uid"; $sock->close; return; } else {