From 5146314725a657340c169f1eb31cb02e746390fc Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 30 Sep 2018 08:38:52 +0300 Subject: [PATCH] removed extra newline --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index 2211379..8c1355e 100644 --- a/src/device.c +++ b/src/device.c @@ -250,7 +250,7 @@ static int _device_apply_dv_timings(struct device_t *dev) { LOG_DEBUG("Calling ioctl(VIDIOC_QUERY_DV_TIMINGS) ..."); if (xioctl(dev->run->fd, VIDIOC_QUERY_DV_TIMINGS, &dv_timings) == 0) { LOG_INFO( - "Got new DV timings: resolution=%dx%d; pixclk=%llu\n", + "Got new DV timings: resolution=%dx%d; pixclk=%llu", dv_timings.bt.width, dv_timings.bt.height, dv_timings.bt.pixelclock