We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2a2ee commit 4b2a340Copy full SHA for 4b2a340
saltyrtc/server/server.py
@@ -344,7 +344,7 @@ def handshake(self):
344
yield from client.send(message)
345
346
# Receive client-hello or client-auth
347
- client.log.debug('Waiting for client-hello')
+ client.log.debug('Waiting for client-hello or client-auth')
348
message = yield from client.receive()
349
if message.type == MessageType.client_auth:
350
client.log.debug('Received client-auth')
0 commit comments