Skip to content

Commit

Permalink
refactor: rename to Repeater connected
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Jul 28, 2023
1 parent 5ca2059 commit 78ea71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repeater/ServerRepeaterLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class ServerRepeaterLauncher implements RepeaterLauncher {
logger.warn('Failed to connect (attempt %d/%d)', attempt, maxAttempts)
);
this.repeaterServer.reconnectionSucceeded(() =>
logger.log('Repeater reconnected')
logger.log('Repeater connected')
);
}

Expand Down

0 comments on commit 78ea71e

Please sign in to comment.