aboutsummaryrefslogtreecommitdiffstats
path: root/timers.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-02-11 22:53:39 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-02-11 22:53:39 +0100
commit5f0a91a12704e15f8c29d94ab59e8a39ff8e3fb6 (patch)
treed011e5cc1110f0231b361fae599befa70336d45c /timers.go
parentMoved tai64n into sub-package (diff)
downloadwireguard-go-5f0a91a12704e15f8c29d94ab59e8a39ff8e3fb6.tar.xz
wireguard-go-5f0a91a12704e15f8c29d94ab59e8a39ff8e3fb6.zip
Moved ratelimiter to internal package
Diffstat (limited to 'timers.go')
-rw-r--r--timers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.go b/timers.go
index 70e907c..1240c21 100644
--- a/timers.go
+++ b/timers.go
@@ -120,7 +120,7 @@ func (peer *Peer) TimerAnyAuthenticatedPacketTraversal() {
*/
func (peer *Peer) TimerHandshakeComplete() {
peer.signal.handshakeCompleted.Send()
- peer.device.log.Info.Println("Negotiated new handshake for", peer.String())
+ peer.device.log.Info.Println(peer.String(), ": New handshake completed")
}
/* Event: