We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb32bc commit b01e78dCopy full SHA for b01e78d
bin/dcm.pl
@@ -1355,7 +1355,6 @@ sub getPage {
1355
foreach my $file (@file_list) {
1356
if (-e $file) {
1357
$conf{'configurationFile'} = $file;
1358
- printmsg("DEBUG => Found configuration file at $file", 1);
1359
last;
1360
}
1361
@@ -1365,6 +1364,8 @@ sub getPage {
1365
1364
1366
if ($conf{'confspecific'}) { $conf{'configurationFile'} = $conf{'confspecific'}; }
1367
+printmsg("DEBUG => Using configuration file at $conf{'configurationFile'}", 1);
1368
+
1369
## Read the configuration file
1370
readConfigurationFile($conf{'configurationFile'}, "networking", \%networking);
1371
readConfigurationFile($conf{'configurationFile'}, "logging", \%logging);
0 commit comments