From b803276061b23076aa9dad8a5683973c0a51ac50 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 1 Nov 2018 19:54:25 +0100 Subject: [PATCH] receive: make started status uniform --- receive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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