Skip to content

Commit

Permalink
minor bugfix museumsvictoria#276: Dynamically created remote signals …
Browse files Browse the repository at this point in the history
…result in wrong name in activity log (museumsvictoria#277)
  • Loading branch information
justparking authored and scroix committed Apr 1, 2024
1 parent 500b0d3 commit 5b23d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ public NodelClientEvent createRemoteEvent(String eventName, final Handler.H1<Obj
clientEvent.setHandler(new NodelEventHandler() {

@Override
public void handleEvent(SimpleName node, SimpleName event, Object arg) {
public void handleEvent(SimpleName node, SimpleName cEvent, Object arg) {
_node.injectLog(DateTime.now(), LogEntry.Source.remote, LogEntry.Type.event, event, arg);

_threadStateHandler.handle();
Expand Down

0 comments on commit 5b23d6f

Please sign in to comment.