Skip to content

Commit

Permalink
Fixing log string
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Feb 23, 2017
1 parent a099e2c commit 73ab6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/notification.go
Expand Up @@ -551,7 +551,7 @@ func sendToPushProxy(msg model.PushNotification, session *model.Session) *model.
}

if m != nil && m[model.STATUS] == model.STATUS_REMOVE {
l4g.Info("Device was reported as removed for UserId=%v SessionId=% removing push for this session", session.UserId, session.Id)
l4g.Info("Device was reported as removed for UserId=%v SessionId=%v removing push for this session", session.UserId, session.Id)
AttachDeviceId(session.Id, "", session.ExpiresAt)
ClearSessionCacheForUser(session.UserId)
}
Expand Down

0 comments on commit 73ab6f7

Please sign in to comment.