mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
98_backup.pm: log output include files (forum #115478)
git-svn-id: https://svn.fhem.de/fhem/trunk@23080 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c935998ddb
commit
89c3bb8f47
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 98_backup.pm: log output include files (forum #115478)
|
||||
- bugfix: 93_Log2Syslog: avoid Logfile archive execution done in rare cases
|
||||
- change: 50_SSChatBot: quotation marks can be used in text tag of received
|
||||
messages
|
||||
|
@ -162,10 +162,13 @@ sub addConfDBFiles {
|
||||
else {
|
||||
# get pathnames to archiv
|
||||
push( @pathname, $configfile ) if ($configfile);
|
||||
Log( 2, 'backup include: ' . $configfile );
|
||||
Log( 2, 'backup include: ' . $configfile )
|
||||
if ($configfile);
|
||||
|
||||
$ret = parseConfig($configfile);
|
||||
push( @pathname, $statefile ) if ($statefile);
|
||||
Log( 2, 'backup include: ' . $statefile );
|
||||
Log( 2, 'backup include: ' . $statefile )
|
||||
if ($statefile);
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
Loading…
Reference in New Issue
Block a user