Skip to content

Commit

Permalink
fix: typo (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Jan 5, 2024
1 parent 2ad226c commit e94dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ class ZitiContext extends EventEmitter {
throwIf(isUndefined(edgeRouter), 'edgeRouter not specified');


this.logger.trace(`getChannelByEdgeRouter entered for conn[${ch.id}] edgeRouter[${edgeRouter.hostname}]`);
this.logger.trace(`getChannelByEdgeRouter entered for conn[${conn.id}] edgeRouter[${edgeRouter.hostname}]`);

let key = edgeRouter.hostname + '-' + conn.networkSessionToken;

Expand Down

0 comments on commit e94dab0

Please sign in to comment.