Skip to content

Commit d53506a

Browse files
committed
cleanup log
1 parent 4efbd26 commit d53506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry_udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (telemetry *AccTelemetry) connect() error {
101101
}
102102
} else {
103103
if err := telemetry.readMessage(payload); err != nil {
104-
fmt.Printf("failed to read the message: %s", err)
104+
fmt.Printf("failed to read the message: %s\n", err)
105105
}
106106
}
107107
time.Sleep(1 * time.Millisecond)

0 commit comments

Comments
 (0)