diff --git a/scripts/zmdc.pl b/scripts/zmdc.pl index 454489828..e59a7afef 100644 --- a/scripts/zmdc.pl +++ b/scripts/zmdc.pl @@ -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} );