Fixed typo in config override warning.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1858 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
a52e9f4382
commit
71b4538292
|
@ -70,7 +70,7 @@ BEGIN
|
|||
( my $local_config_file = $config_file ) =~ s|^.*/|./|;
|
||||
if ( -s $local_config_file && -r $local_config_file )
|
||||
{
|
||||
print( STDERR, "Overriding installed $local_config_file file with local copy\n" );
|
||||
print( STDERR "Warning, overriding installed $local_config_file file with local copy\n" );
|
||||
$config_file = $local_config_file;
|
||||
}
|
||||
open( CONFIG, "<".$config_file ) or croak( "Can't open config file '$config_file': $!" );
|
||||
|
|
Loading…
Reference in New Issue