mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: log browser when connecting
This commit is contained in:
@@ -164,7 +164,7 @@ export const makeSocket = ({
|
|||||||
|
|
||||||
/** connection handshake */
|
/** connection handshake */
|
||||||
const validateConnection = async() => {
|
const validateConnection = async() => {
|
||||||
logger.info('connected to WA Web')
|
logger.info({ browser }, 'connected to WA Web')
|
||||||
|
|
||||||
const init = proto.HandshakeMessage.encode({
|
const init = proto.HandshakeMessage.encode({
|
||||||
clientHello: { ephemeral: ephemeralKeyPair.public }
|
clientHello: { ephemeral: ephemeralKeyPair.public }
|
||||||
|
|||||||
Reference in New Issue
Block a user