mirror of
https://github.com/andreili/klipper.git
synced 2025-09-12 00:21:14 +02:00
When in debug output mode, make sure to register the fd correctly. Otherwise, the poll() call will use the 0 fd which could cause random results. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>