Skip to content

Commit c332575

Browse files
committed
Fix log issue #1
1 parent d38412e commit c332575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/util/hlc/hlc_clock_device_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func MakeClockSource(ctx context.Context, clockDevicePath string) (ClockSource,
4949
// https://github.com/torvalds/linux/blob/7e63420847ae5f1036e4f7c42f0b3282e73efbc2/tools/testing/selftests/ptp/testptp.c#L87
5050
clockID := (^clockDeviceFD << 3) | 3
5151
log.Infof(
52-
ctx,
5352
"opened clock device %s with fd %d, mod_fd %x",
5453
clockDevicePath,
5554
clockDeviceFD,

0 commit comments

Comments
 (0)