mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
configDB.pm: improve logging
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25834 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ff6010bb56
commit
93fb1d2ecc
@ -556,7 +556,7 @@ sub cfgDB_SaveState {
|
|||||||
$val =~ s/;/;;/g;
|
$val =~ s/;/;;/g;
|
||||||
$val =~ s/\n/\$xyz\$/g;
|
$val =~ s/\n/\$xyz\$/g;
|
||||||
$out = "setstate $d $val";
|
$out = "setstate $d $val";
|
||||||
Log 4, "configDB: $out";
|
Log 5, "configDB: $out";
|
||||||
push @rowList, $out;
|
push @rowList, $out;
|
||||||
}
|
}
|
||||||
$r = $defs{$d}{READINGS};
|
$r = $defs{$d}{READINGS};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user