Skip to content

Commit 99a31e6

Browse files
committed
fix: update log message for clarity in buffer flow initialization
1 parent 294de02 commit 99a31e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bufferflow_timed.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func NewBufferFlowTimed(port string, output chan<- []byte) *BufferflowTimed {
4848

4949
// Init will initialize the bufferflow
5050
func (b *BufferflowTimed) Init() {
51-
log.Println("Start consuming from serial (output once every 16ms)")
51+
log.Println("Start consuming from serial port (output once every 16ms)")
5252
go b.consumeInput()
5353
}
5454

0 commit comments

Comments
 (0)