1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-10 01:25:34 +02:00

log: Remove log_to_stdout option

Now that we've simplified how usage() works, nothing ever sets the
log_to_stdout flag. Eliminate it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
David Gibson 2024-06-05 10:42:42 +10:00 committed by Stefano Brivio
parent 7cb2088835
commit b3aeb004ea
2 changed files with 3 additions and 6 deletions

1
log.h
View file

@ -28,7 +28,6 @@ void logmsg(int pri, const char *format, ...)
} while (0)
extern int log_trace;
extern int log_to_stdout;
void trace_init(int enable);
#define trace(...) \
do { \