diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-01 19:54:25 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-01 19:54:25 +0100 |
commit | b803276061b23076aa9dad8a5683973c0a51ac50 (patch) | |
tree | 511169708726f9376a58c531c6a769272bfb0fa5 /receive.go | |
parent | 8be1fc9c00407b85073ed66d95f12202df674ccb (diff) |
receive: make started status uniform
Diffstat (limited to 'receive.go')
-rw-r--r-- | receive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |