Skip to content

Commit 01901a2

Browse files
committed
wording
1 parent 4fc2787 commit 01901a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/socket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class RedisSocket extends EventEmitter {
244244
}
245245

246246
setMaintenanceTimeout(ms?: number) {
247-
dbgMaintenance(`Reset socket timeout to ${ms}`);
247+
dbgMaintenance(`Set socket timeout to ${ms}`);
248248
if (this.#maintenanceTimeout === ms) return;
249249

250250
this.#maintenanceTimeout = ms;

0 commit comments

Comments
 (0)