Skip to content

Commit

Permalink
minor bugfix #276: Dynamically created remote signals result in wrong…
Browse files Browse the repository at this point in the history
… name in activity log (#277)
  • Loading branch information
justparking authored Jan 16, 2023
1 parent 3bd4193 commit 96c81cf
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 96c81cf

Please sign in to comment.