Skip to content

Commit

Permalink
After all these years, still finding route cases x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
codybum committed May 30, 2024
1 parent 9ee9021 commit 945a3fb
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,12 @@ public void route(MsgEvent rm) {
logger.trace(rm.getParams().toString());
forwardToLocalPlugin(rm);
break;


case 12671:
logger.debug("remote agent sending message to local agent");
logger.trace(rm.getParams().toString());
forwardToLocalPlugin(rm);
break;
case 12751:
logger.debug("Remote agent sending message to local agent 12751");
logger.trace(rm.getParams().toString());
Expand Down

0 comments on commit 945a3fb

Please sign in to comment.