2
0
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@15786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2018-01-05 11:52:04 +00:00
parent 722a83e864
commit 2205cfdae3

View File

@ -170,7 +170,7 @@ sub _cfgDB_Execute($@);
sub _cfgDB_Filedelete($);
sub _cfgDB_Fileexport($;$);
sub _cfgDB_Filelist(;$);
sub _cfgDB_Info();
sub _cfgDB_Info($);
sub _cfgDB_Migrate();
sub _cfgDB_ReadCfg(@);
sub _cfgDB_ReadState(@);
@ -902,7 +902,7 @@ sub _cfgDB_Migrate() {
}
# show database statistics
sub _cfgDB_Info() {
sub _cfgDB_Info($) {
my ($configdb_svnId) = shift;
$configdb_svnId //= 'unknown';
my ($l, @r, $f);