Fixed typo in config override warning.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1858 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2006-01-23 16:25:53 +00:00
parent a52e9f4382
commit 71b4538292
1 changed files with 1 additions and 1 deletions

View File

@ -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': $!" );