2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

contrib/configDB: debug version

git-svn-id: https://svn.fhem.de/fhem/trunk@14737 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-07-17 17:17:43 +00:00
parent a012489c57
commit 321a881f6f

View File

@ -1109,7 +1109,7 @@ sub _cfgDB_findDef($;$) {
}
sub _cfgDB_type() {
return $cfgDB_dbtype;
return "$cfgDB_dbtype (b64)";
}
##################################################