From f694e33311f86b3335e6c2bc715f7ac3996d9e44 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 25 Mar 2018 18:43:23 +0000 Subject: [PATCH] configDB.pm: code cleanup git-svn-id: https://svn.fhem.de/fhem/trunk@16489 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/configDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/configDB.pm b/fhem/configDB.pm index e0773e8d8..fbacec7be 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -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; }