Merge lp:~chipaca/ubuntu-push/less-piiquant into lp:ubuntu-push/automatic

Proposed by John Lenton
Status: Merged
Approved by: John Lenton
Approved revision: 105
Merged at revision: 105
Proposed branch: lp:~chipaca/ubuntu-push/less-piiquant
Merge into: lp:ubuntu-push/automatic
Diff against target: 12 lines (+1/-1)
1 file modified
client/session/session.go (+1/-1)
To merge this branch: bzr merge lp:~chipaca/ubuntu-push/less-piiquant
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+214190@code.launchpad.net

Commit message

s/LocalAddr/RemoteAddr/ in client/session, to not log PII.

Description of the change

s/LocalAddr/RemoteAddr/ in client/session, to not log PII.

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'client/session/session.go'
--- client/session/session.go 2014-04-02 13:53:15 +0000
+++ client/session/session.go 2014-04-04 09:28:19 +0000
@@ -401,7 +401,7 @@
401 }401 }
402 sess.proto = proto402 sess.proto = proto
403 sess.pingInterval = pingInterval403 sess.pingInterval = pingInterval
404 sess.Log.Debugf("Connected %v.", conn.LocalAddr())404 sess.Log.Debugf("Connected %v.", conn.RemoteAddr())
405 sess.started() // deals with choosing which host to retry with as well405 sess.started() // deals with choosing which host to retry with as well
406 return nil406 return nil
407}407}

Subscribers

People subscribed via source and target branches