receive: make started status uniform

This commit is contained in:
Jason A. Donenfeld 2018-11-01 19:54:25 +01:00
parent 8be1fc9c00
commit b803276061

View file

@ -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