Skip to content

Commit 717cc68

Browse files
Reflowing logger message
1 parent f373300 commit 717cc68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

replit_river/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ async def start_serve_responses(self) -> None:
526526
async def close(self) -> None:
527527
"""Close the session and all associated streams."""
528528
logger.info(
529-
f"{self._transport_id} closing session "
530-
f"to {self._to_id}, ws: {self._ws_wrapper.id}, "
529+
f"{self._transport_id} closing session to {self._to_id}, "
530+
f"ws: {self._ws_wrapper.id}, "
531531
f"current_state : {self._ws_wrapper.ws_state.name}"
532532
)
533533
async with self._state_lock:

0 commit comments

Comments
 (0)