]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
receive: make started status uniform
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 1 Nov 2018 18:54:25 +0000 (19:54 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 1 Nov 2018 18:54:25 +0000 (19:54 +0100)
receive.go

index abe4e5748400c85b4c1c0ddff60d69cbe14d1359..b07d4799d22243f55eae6529a11efebe1e902796 100644 (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