Reasonable punctuation given the spacing

This commit is contained in:
Jason A. Donenfeld
2018-05-21 02:50:39 +02:00
parent acb5481246
commit 84c5357cf3
3 changed files with 22 additions and 22 deletions

View File

@@ -171,7 +171,7 @@ func (peer *Peer) Start() {
}
device := peer.device
device.log.Debug.Println(peer, ": Starting...")
device.log.Debug.Println(peer, "- Starting...")
// reset routine state
@@ -241,7 +241,7 @@ func (peer *Peer) Stop() {
peer.routines.mutex.Lock()
defer peer.routines.mutex.Unlock()
peer.device.log.Debug.Println(peer, ": Stopping...")
peer.device.log.Debug.Println(peer, "- Stopping...")
peer.timersStop()