Skip to content

Commit

Permalink
lower oscillatord connection error urgency
Browse files Browse the repository at this point in the history
Summary: It's ok if we miss a data point. Things happen, especially when oscillatord is being restarted

Reviewed By: pmazzini

Differential Revision: D53134276

fbshipit-source-id: 370dabf11cb10b55fefff9a6fb8a4b099088e4d9
  • Loading branch information
leoleovich authored and facebook-github-bot committed Jan 26, 2024
1 parent 116135c commit 41c2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptp/c4u/c4u.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func Run(config *Config, rb *clock.RingBuffer, st stats.Stats) error {
dataError := false
dp, err := clock.Run()
if err != nil {
log.Errorf("Failed to collect clock data: %v", err)
log.Warningf("Failed to collect clock data: %v", err)
dataError = true
}

Expand Down

0 comments on commit 41c2ef6

Please sign in to comment.