mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
5
log.c
5
log.c
@ -29,9 +29,6 @@
|
||||
static FILE *log_file;
|
||||
static int log_level;
|
||||
|
||||
static void log_event_cb(int, const char *);
|
||||
static void log_vwrite(const char *, va_list);
|
||||
|
||||
/* Log callback for libevent. */
|
||||
static void
|
||||
log_event_cb(__unused int severity, const char *msg)
|
||||
@ -100,7 +97,7 @@ log_close(void)
|
||||
}
|
||||
|
||||
/* Write a log message. */
|
||||
static void
|
||||
static void printflike(1, 0)
|
||||
log_vwrite(const char *msg, va_list ap)
|
||||
{
|
||||
char *fmt, *out;
|
||||
|
Reference in New Issue
Block a user