mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 05:01:57 +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:
parent
a9d4dd1aa9
commit
414c31bf7a
@ -1198,7 +1198,7 @@ return;
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
sub Log2Syslog_Set {
|
sub Log2Syslog_Set {
|
||||||
my ($hash, @a) = @_;
|
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 $name = $a[0];
|
||||||
my $opt = $a[1];
|
my $opt = $a[1];
|
||||||
my $prop = $a[2];
|
my $prop = $a[2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user