2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

configDB.pm: code cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@16489 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2018-03-25 18:43:23 +00:00
parent 33a9b4b5b2
commit f694e33311

View File

@ -369,7 +369,7 @@ sub _cfgDB_table_exists($$) {
return 1 unless $@;
}
printf "table not found\n";
printf "don't worry about above messages!\n"
printf "don't worry about above messages!\n";
return 0;
}