Changed print to dPrint

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1733 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-12-23 11:23:59 +00:00
parent 0a3b92cee7
commit 54f6875d1a
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ if ( !$server_up )
return();
}
print( "'$daemon ".join( ' ', @args )."' stopping at ".strftime( '%y/%m/%d %H:%M:%S', localtime() )."\n" );
dPrint( DBG_INFO, "'$daemon ".join( ' ', @args )."' stopping at ".strftime( '%y/%m/%d %H:%M:%S', localtime() )."\n" );
$process->{keepalive} = !$final;
kill( 'TERM', $cpid );
delete( $cmd_hash{$command} );