add more debug-verbosity

This commit is contained in:
Jordi Sanfeliu 2014-04-08 13:04:40 +02:00
parent 03bb9d1e37
commit 198cc361e6
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ if($config{include_dir} && opendir(DIR, $config{include_dir})) {
foreach my $c (sort @files) {
next unless -f $config{include_dir} . "/$c";
next unless $c =~ m/\.conf$/;
logger("Loading configuration file '$config{include_dir}/$c'.") unless !$options{d};
my $conf_inc = new Config::General(
-ConfigFile => $config{include_dir} . "/$c",
);