From: <ssc...@us...> - 2003-03-07 02:59:41
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv10161 Modified Files: Proxy.pm Log Message: fixed reporting of remaining child processes Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Proxy.pm 7 Mar 2003 00:10:15 -0000 1.3 --- Proxy.pm 7 Mar 2003 02:59:38 -0000 1.4 *************** *** 162,166 **** delete $self->{children__}{$kid}; ! $self->log_( "Done with $kid (" . (length(keys %{$self->{children__}})-1) . " to go)" ); } } --- 162,166 ---- delete $self->{children__}{$kid}; ! $self->log_( "Done with $kid (" . scalar(keys %{$self->{children__}}) . " to go)" ); } } |