aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-24 08:37:39 +0000
committerOmar Polo <op@omarpolo.com>2023-07-24 08:37:39 +0000
commit3826d7de43d3b9078c5e18e0074799a3a9ee682e (patch)
treec419001850a47baa8bd0dba6e9a9401d997bc949 /gmid.c
parentbf7a7fd7b24102bf1a24caf21023c8abc5ce63f3 (diff)
logger use dprintf and a fd instead of a FILE
simplifies further handling. The stdio layer introduces its own buffering and for the logs I'd like to avoid it. fflush(3) is an option, but using a raw fd and dprintf(2) requires less code.
Diffstat (limited to 'gmid.c')
0 files changed, 0 insertions, 0 deletions