2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

93_Log2Syslog: contrib 5.9.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-04-02 08:25:40 +00:00
parent a9d4dd1aa9
commit 414c31bf7a

View File

@ -1198,7 +1198,7 @@ return;
###############################################################################
sub Log2Syslog_Set {
my ($hash, @a) = @_;
return "\"set X\" needs at least an argument" if ( @a < 2 );
return qq{"set X" needs at least one argument} if ( @a < 2 );
my $name = $a[0];
my $opt = $a[1];
my $prop = $a[2];