From: Jason A. Donenfeld Date: Thu, 1 Nov 2018 18:54:25 +0000 (+0100) Subject: receive: make started status uniform X-Git-Tag: 0.0.20181222~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b803276061b23076aa9dad8a5683973c0a51ac50;p=thirdparty%2Fwireguard-go.git receive: make started status uniform --- 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