From 6050735058ced5f7203d20955097e21e41a8dd71 Mon Sep 17 00:00:00 2001 From: hofrichter <> Date: Sun, 6 Jul 2014 20:00:34 +0000 Subject: [PATCH] write Display text decoded into log git-svn-id: https://svn.fhem.de/fhem/trunk@6204 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_PIONEERAVR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/70_PIONEERAVR.pm b/fhem/FHEM/70_PIONEERAVR.pm index be8a7fc6a..61ce27a10 100644 --- a/fhem/FHEM/70_PIONEERAVR.pm +++ b/fhem/FHEM/70_PIONEERAVR.pm @@ -1218,7 +1218,7 @@ sub PIONEERAVR_Read($) my $display = pack("H*",substr($line,4,28)); readingsBulkUpdate($hash, "displayPrevious", ReadingsVal($name,"display","") ); readingsBulkUpdate($hash, "display", $display ); - Log3 $hash,5,"PIONEERAVR $name: ".dq($line) ." interpreted as: Display update"; + Log3 $hash,5,"PIONEERAVR $name: ".dq($line) ." interpreted as: Display update to: $display"; # Tuner channel names } elsif ( $line =~ m/^TQ(\w\d)\"(.{8})\"$/ ) {