93_DbLog: contrib 4.11.0

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23787 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-02-20 16:50:33 +00:00
parent 4534f82325
commit 4869636266

View File

@ -312,7 +312,7 @@ return;
sub DbLog_Define { sub DbLog_Define {
my ($hash, $def) = @_; my ($hash, $def) = @_;
my $name = $hash->{NAME}; my $name = $hash->{NAME};
my @a = split m{\s+}x, $def; my @a = split("[ \t][ \t]*", $def);
if($DbLogMMDBI) { if($DbLogMMDBI) {
Log3($name, 1, "DbLog $name - ERROR - Perl module ".$DbLogMMDBI." is missing. DbLog module is not loaded ! On Debian systems you can install it with \"sudo apt-get install libdbi-perl\" "); Log3($name, 1, "DbLog $name - ERROR - Perl module ".$DbLogMMDBI." is missing. DbLog module is not loaded ! On Debian systems you can install it with \"sudo apt-get install libdbi-perl\" ");