mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
32_yowsup.pm: use \r for newline
git-svn-id: https://svn.fhem.de/fhem/trunk@8925 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b4cfca3086
commit
3d8f81e4db
@ -458,7 +458,7 @@ yowsup_Write($$)
|
||||
|
||||
return "not connected" if( !$hash->{PID} );
|
||||
|
||||
$data =~ s/\n/ /g;
|
||||
$data =~ s/\n/\r/g;
|
||||
|
||||
Log3 $name, 3, "$name: sending $data";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user