Skip to content

Commit 979e864

Browse files
committed
Log PID when attempting login
1 parent df263d7 commit 979e864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpcm/login.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ func (g *GameSpySession) login(command common.GameSpyCommand) {
335335
cmdProfileId = uint32(cmdProfileId2)
336336
}
337337

338+
logging.Info(g.ModuleName, "Attempting to log in to PID", aurora.Cyan(cmdProfileId))
339+
338340
if !g.performLoginWithDatabase(userId, gsbrcd, cmdProfileId, deviceId, deviceAuth, csnum) {
339341
return
340342
}

0 commit comments

Comments
 (0)