aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-01 19:54:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-01 19:54:25 +0100
commitb803276061b23076aa9dad8a5683973c0a51ac50 (patch)
tree511169708726f9376a58c531c6a769272bfb0fa5
parentsend: do not unlock already freed object (diff)
downloadwireguard-go-b803276061b23076aa9dad8a5683973c0a51ac50.tar.xz
wireguard-go-b803276061b23076aa9dad8a5683973c0a51ac50.zip
receive: make started status uniform
-rw-r--r--receive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receive.go b/receive.go
index abe4e57..b07d479 100644
--- a/receive.go
+++ b/receive.go
@@ -97,7 +97,7 @@ func (device *Device) RoutineReceiveIncoming(IP int, bind Bind) {
device.net.stopping.Done()
}()
- logDebug.Println("Routine: receive incoming IPv" + strconv.Itoa(IP) + " - starting")
+ logDebug.Println("Routine: receive incoming IPv" + strconv.Itoa(IP) + " - started")
device.net.starting.Done()
// receive datagrams until conn is closed