Log invalid wrapper messages

This commit is contained in:
shortcutme 2017-08-09 14:20:20 +02:00
parent ef4a4acbc0
commit 24982aee42
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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