diff --git a/scripts/zmdc.pl.in b/scripts/zmdc.pl.in index d1247d164..9d388b9de 100644 --- a/scripts/zmdc.pl.in +++ b/scripts/zmdc.pl.in @@ -403,7 +403,7 @@ sub cPrint { # I think the purpose of this is to echo the logs to the client process so it can then display them. sub dPrint { my $logLevel = shift; - cPrint(@_): + cPrint(@_); if ( $logLevel == ZoneMinder::Logger::DEBUG ) { Debug(@_); } elsif ( $logLevel == ZoneMinder::Logger::INFO ) {