r260@brr: dpavlin | 2007-11-25 13:51:25 +0100
[perl-cwmp.git] / lib / CWMP / Session.pm
index e2f6b8c..e8fa1dd 100644 (file)
@@ -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 {