Skip to content

Commit

Permalink
nsqd: log client IDENTIFY
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Jul 17, 2014
1 parent f1b807c commit 9412895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nsqd/client_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ func (c *clientV2) String() string {
}

func (c *clientV2) Identify(data identifyDataV2) error {
log.Printf("[%s] IDENTIFY: %+v", c, data)

// TODO: for backwards compatibility, remove in 1.0
hostname := data.Hostname
if hostname == "" {
Expand Down

0 comments on commit 9412895

Please sign in to comment.