mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
70_ENIGMA2.pm: improved logging
git-svn-id: https://svn.fhem.de/fhem/trunk@10898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
461e9c2b38
commit
d1696554e0
@ -1048,14 +1048,14 @@ sub ENIGMA2_ReceiveCommand($$$) {
|
||||
|
||||
if ( !defined($cmd) || $cmd eq "" ) {
|
||||
Log3 $name, 5,
|
||||
"ENIGMA2 $name: RES ERROR $service - unable to parse malformed XML\n"
|
||||
"ENIGMA2 $name: RES ERROR $service - unable to parse malformed XML: $@\n"
|
||||
. $data;
|
||||
}
|
||||
else {
|
||||
Log3 $name, 5,
|
||||
"ENIGMA2 $name: RES ERROR $service/"
|
||||
. urlDecode($cmd)
|
||||
. " - unable to parse malformed XML\n"
|
||||
. " - unable to parse malformed XML: $@\n"
|
||||
. $data;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user