Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jul 9, 2024
1 parent 12eda93 commit c6860a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wss.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const Wss = ({
let connection;
if (!(connection = this.connections.get(id))) {
return this.log('info',
'Wss.server.write',
'Wss.server.write.multi',
'No Live target connection',
id
);
Expand All @@ -220,7 +220,7 @@ const Wss = ({
if (!(connection = this.connections.get(connectionId))) {
return this.log(
'info',
'Wss.server.write',
'Wss.server.write.single',
'No Live target connection',
connectionId
);
Expand Down

0 comments on commit c6860a6

Please sign in to comment.