We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38412e commit c332575Copy full SHA for c332575
pkg/util/hlc/hlc_clock_device_linux.go
@@ -49,7 +49,6 @@ func MakeClockSource(ctx context.Context, clockDevicePath string) (ClockSource,
49
// https://github.com/torvalds/linux/blob/7e63420847ae5f1036e4f7c42f0b3282e73efbc2/tools/testing/selftests/ptp/testptp.c#L87
50
clockID := (^clockDeviceFD << 3) | 3
51
log.Infof(
52
- ctx,
53
"opened clock device %s with fd %d, mod_fd %x",
54
clockDevicePath,
55
clockDeviceFD,
0 commit comments