fix typo
This commit is contained in:
parent
9da5759063
commit
982f5e2442
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue