Removed debug print call.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1731 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
a5cdab7e61
commit
9ad377f867
|
@ -239,7 +239,6 @@ if ( !$server_up )
|
||||||
}
|
}
|
||||||
elsif ( $nfound < 0 )
|
elsif ( $nfound < 0 )
|
||||||
{
|
{
|
||||||
print( "Got: $nfound - $!\n" );
|
|
||||||
if ( $! == EINTR )
|
if ( $! == EINTR )
|
||||||
{
|
{
|
||||||
# Dead child, will be reaped
|
# Dead child, will be reaped
|
||||||
|
|
Loading…
Reference in New Issue