display cfgDate in debug logs while handler is loading conf (#2566)

This commit is contained in:
David Coutadeur 2022-01-27 15:29:09 +00:00
parent ae74fdf53c
commit 5fe369c828
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub checkConf {
or $class->cfgNum != $conf->{cfgNum}
or $class->cfgDate != $conf->{cfgDate} )
{
$class->logger->debug("Get configuration $conf->{cfgNum}");
$class->logger->debug("Get configuration $conf->{cfgNum} aged $conf->{cfgDate}");
unless ( $class->cfgNum( $conf->{cfgNum} )
&& $class->cfgDate( $conf->{cfgDate} ) )
{