mirror of
https://github.com/andreili/klipper.git
synced 2025-09-14 09:31:11 +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>