summaryrefslogtreecommitdiffstats
path: root/rfkill.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfkill.c')
-rw-r--r--rfkill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfkill.c b/rfkill.c
index c9feb996b..21a015857 100644
--- a/rfkill.c
+++ b/rfkill.c
@@ -57,6 +57,7 @@ static void rfkill_event(void)
printf("RFKILL event: idx %u type %u op %u soft %u hard %u\n",
event.idx, event.type, event.op,
event.soft, event.hard);
+ fflush(stdout);
}
close(fd);