Skip to content

Commit

Permalink
print start message to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
willfindlay committed Dec 28, 2019
1 parent 0b151f4 commit 2c04977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/bpf_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def load_bpf(self):
def main(self):
self.load_bpf()

print("Logging key presses... ctrl-c to quit")
print("Logging key presses... ctrl-c to quit", file=sys.stderr)

while True:
time.sleep(ticksleep)
Expand Down

0 comments on commit 2c04977

Please sign in to comment.