37_harmony.pm: changed loglevel of unknown message message

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7951 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-02-13 11:03:26 +00:00
parent 745b8ba251
commit 566a0f489f

View File

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