Ryan Foster
a7d3df3763
linux-v4l2: Fix timeout logging
...
The timeout_usec variable is uint64_t, but the log format was set to %ld
(signed long int), so it would sometimes log a nonsensical value. Let's
use $PRIu64 instead, which should be equivalent to %llu (unsigned long
long int).
Fixes #5797 .
2022-01-14 20:43:25 -08:00
..
2022-01-13 13:12:47 -06:00
2021-12-12 02:38:59 +00:00
2021-12-17 08:01:29 +00:00
2021-12-17 08:01:29 +00:00
2021-12-17 08:01:29 +00:00
2021-12-12 02:38:59 +00:00
2022-01-07 15:21:09 -08:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2022-01-14 20:43:25 -08:00
2021-12-12 02:38:59 +00:00
2021-12-20 14:02:58 -08:00
2021-12-12 02:38:59 +00:00
2021-12-17 08:01:29 +00:00
2021-12-12 02:38:59 +00:00
2022-01-11 10:40:26 +11:00
2022-01-12 07:33:04 -08:00
2022-01-15 00:17:02 +01:00
2021-12-12 02:38:59 +00:00
2021-12-27 14:29:43 -08:00
2021-12-12 02:38:59 +00:00
2021-12-17 08:01:29 +00:00
2021-12-12 02:38:59 +00:00
2022-01-13 19:09:29 +11:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-12-16 23:39:55 -08:00
2022-01-11 10:40:01 +11:00
2020-04-18 18:27:22 -05:00
2021-12-12 02:38:59 +00:00
2021-12-12 02:38:59 +00:00
2021-11-23 20:31:11 -06:00