From 8ee8dacf6de58e0c68d775aed9e79a465ac19fbf Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Thu, 18 Oct 2018 15:17:40 +0000 Subject: [PATCH] 49_SSCam: minor changes in commandref and output messages git-svn-id: https://svn.fhem.de/fhem/trunk@17563 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/49_SSCam.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/49_SSCam.pm b/fhem/FHEM/49_SSCam.pm index 7496052ec..3f2f1c64d 100644 --- a/fhem/FHEM/49_SSCam.pm +++ b/fhem/FHEM/49_SSCam.pm @@ -4837,7 +4837,7 @@ sub SSCam_camop_parse ($) { readingsSingleUpdate($hash, "compstate", "true", 1); } else { readingsSingleUpdate($hash, "compstate", "false", 1); - Log3($name, 2, "$name - WARNING - The current/simulated SVS-version $avsc may be incompatible to your SSCam version $hash->{VERSION}. Please update SScam or inform the SSCam maintainer."); + Log3($name, 2, "$name - WARNING - The current/simulated SVS-version ".$major.$minor.(($small=~/\d/)?$small:0)." may be incompatible to your SSCam version $hash->{VERSION}. Please update SScam or inform the SSCam maintainer."); } if (!exists($data->{'data'}{'customizedPortHttp'})) {