aboutsummaryrefslogtreecommitdiffstats
path: root/receive.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-03-08 16:44:27 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-03-08 16:44:46 +0100
commit6cecaf31575d77d8f30be65a0a5d34055ee220a4 (patch)
tree4b2114afb2c19b59d7f03a752df7e37b842f5fe6 /receive.go
parentSupport nopi mode (diff)
downloadwireguard-go-6cecaf31575d77d8f30be65a0a5d34055ee220a4.tar.xz
wireguard-go-6cecaf31575d77d8f30be65a0a5d34055ee220a4.zip
Begin work on full device<->device unit-test
To simulate a full interaction between two WireGuard instances without networking, using dummy instances of the interfaces
Diffstat (limited to '')
-rw-r--r--receive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receive.go b/receive.go
index fbaf77d..96ba08d 100644
--- a/receive.go
+++ b/receive.go
@@ -475,7 +475,7 @@ func (device *Device) RoutineHandshake() {
peer.endpoint = elem.endpoint
peer.mutex.Unlock()
- logDebug.Println("Received handshake initiation from", peer)
+ logDebug.Println(peer, ": Received handshake initiation")
peer.TimerEphemeralKeyCreated()