diff --git a/lib/cli/command-processor.js b/lib/cli/command-processor.js index 34635ac7..f594b0c1 100644 --- a/lib/cli/command-processor.js +++ b/lib/cli/command-processor.js @@ -124,7 +124,7 @@ module.exports = class CommandProcessor extends EventEmitter { this.cli.api = filterApiCompletions(api, ['_', 'domain']); // TODO: make event registering generic connection.on('event', (event) => { - this.log(`Received remote event '${event.remoteEventName}'` + + this.cli.log(`Received remote event '${event.remoteEventName}'` + ` in interface '${event.interfaceName}':` + ` ${jstp.stringify(event.remoteEventArgs)}`); });