Skip to content

Commit

Permalink
Update js/src/Ice/ConnectionI.js
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Henriksen <[email protected]>
  • Loading branch information
pepone and InsertCreativityHere authored Jun 19, 2024
1 parent 6d46c39 commit 5088b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/Ice/ConnectionI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ export class ConnectionI {
.initializationData()
.logger.trace(
this._instance.traceLevels().networkCat,
`connection aborted by the idle check because it did not receive any byte for ${idleTimeout}s\n${this._transceiver.toString()}`,
`connection aborted by the idle check because it did not receive any bytes for ${idleTimeout}s\n${this._transceiver.toString()}`,
);
}

Expand Down

0 comments on commit 5088b5e

Please sign in to comment.