Reasonable punctuation given the spacing
This commit is contained in:
parent
acb5481246
commit
84c5357cf3
3 changed files with 22 additions and 22 deletions
4
peer.go
4
peer.go
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue