Log invalid wrapper messages
This commit is contained in:
parent
ef4a4acbc0
commit
24982aee42
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class Wrapper
|
||||||
message = e.data
|
message = e.data
|
||||||
# Invalid message (probably not for us)
|
# Invalid message (probably not for us)
|
||||||
if not message.cmd
|
if not message.cmd
|
||||||
|
@log "Invalid message:", message
|
||||||
return false
|
return false
|
||||||
|
|
||||||
# Test nonce security to avoid third-party messages
|
# Test nonce security to avoid third-party messages
|
||||||
|
|
Loading…
Reference in a new issue