Skip to content

Commit f506387

Browse files
committed
Minor fix: update info log
1 parent a0c1018 commit f506387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/session/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def start(self):
156156
self.ping_thread = Thread(target=self.ping, name="PingThread")
157157
self.ping_thread.start()
158158

159-
log.info("Connection inited: Layer {}".format(layer))
159+
log.info("Session initialized: Layer {}".format(layer))
160160
except AuthKeyDuplicated as e:
161161
self.stop()
162162
raise e

0 commit comments

Comments
 (0)