From 1736d83761da6436f9720e97b735f864cb0f8b78 Mon Sep 17 00:00:00 2001 From: xusader <> Date: Sun, 20 Dec 2015 09:50:00 +0000 Subject: [PATCH] 70_PushNotifier: remove messages in FHEM-logfile git-svn-id: https://svn.fhem.de/fhem/trunk@10211 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/70_PushNotifier.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 68e221fc9..7686ad682 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 70_PushNotifier: remove messages fron FHEM-logfile - feature: 49_SSCam: function "snap" for taking snapshots added, - bugfix: 49_SSCam: fixed a bug that functions may impact each other - feature: 31_MilightDevice: Add restoreAtStart attribute so group devices (slot 'A') do not restore state by default at startup diff --git a/fhem/FHEM/70_PushNotifier.pm b/fhem/FHEM/70_PushNotifier.pm index d133bded1..b586ced94 100644 --- a/fhem/FHEM/70_PushNotifier.pm +++ b/fhem/FHEM/70_PushNotifier.pm @@ -145,7 +145,7 @@ PushNotifier_Send_Message $result.="Regex ".$hash->{deviceID}." seems not to fit on any of your devices."; } - return $result; + return; } 1;