mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
configdb: add some debug infos
git-svn-id: https://svn.fhem.de/fhem/trunk@15789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7c6f06b94
commit
fec6a3744a
@ -913,8 +913,8 @@ sub _cfgDB_Info($) {
|
||||
push @r, $l;
|
||||
my $info1 = cfgDB_svnId;
|
||||
$info1 =~ s/# //;
|
||||
push @r, " db :".$info1;
|
||||
push @r, " cmd:".$info2;
|
||||
push @r, " d:".$info1;
|
||||
push @r, " c:".$info2;
|
||||
push @r, $l;
|
||||
push @r, " dbconn: $cfgDB_dbconn";
|
||||
push @r, " dbuser: $cfgDB_dbuser" if !$configDB{attr}{private};
|
||||
|
Loading…
x
Reference in New Issue
Block a user