Skip to content

Commit b01e78d

Browse files
committed
move config usage debug output so it actually displays
1 parent fdb32bc commit b01e78d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/dcm.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,6 @@ sub getPage {
13551355
foreach my $file (@file_list) {
13561356
if (-e $file) {
13571357
$conf{'configurationFile'} = $file;
1358-
printmsg("DEBUG => Found configuration file at $file", 1);
13591358
last;
13601359
}
13611360
}
@@ -1365,6 +1364,8 @@ sub getPage {
13651364

13661365
if ($conf{'confspecific'}) { $conf{'configurationFile'} = $conf{'confspecific'}; }
13671366

1367+
printmsg("DEBUG => Using configuration file at $conf{'configurationFile'}", 1);
1368+
13681369
## Read the configuration file
13691370
readConfigurationFile($conf{'configurationFile'}, "networking", \%networking);
13701371
readConfigurationFile($conf{'configurationFile'}, "logging", \%logging);

0 commit comments

Comments
 (0)