fix message when waiting for next request
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 19:44:17 +0000 (19:44 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 19:44:17 +0000 (19:44 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@175 836a5e1a-633d-0410-964b-294494ad4392

lib/CWMP/Server.pm

index 412d103..d64e472 100644 (file)
@@ -149,7 +149,7 @@ sub process_request {
                }) || confess "can't create session";
 
                while ( $session->process_request ) {
                }) || confess "can't create session";
 
                while ( $session->process_request ) {
-                       warn "...another one bites the dust...\n";
+                       warn "...waiting for next request from CPE...\n";
                }
        };
 
                }
        };