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 7e4b0f6ab6
commit bea7044675

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;
}