From eba86abb197a8aea0a6fad1e9f942bacbc2d0084 Mon Sep 17 00:00:00 2001 From: justme1968 Date: Fri, 13 Feb 2015 11:03:26 +0000 Subject: [PATCH] 37_harmony.pm: changed loglevel of unknown message message git-svn-id: https://svn.fhem.de/fhem/trunk@7951 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/37_harmony.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index 1868e26af..16939694b 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -959,7 +959,7 @@ harmony_Read($) harmony_updateActivity($hash, $decoded->{activityId}) if( defined($decoded->{activityId}) ); } else { - Log3 $name, 2, "$name: unknown message: $content"; + Log3 $name, 4, "$name: unknown message: $content"; }