log: Fix One Definition Rule
As caught by running with enabled address sanitization.
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
#define DEFAULT_DOMAIN_PREFIX "Calls"
|
#define DEFAULT_DOMAIN_PREFIX "Calls"
|
||||||
|
|
||||||
char *domains;
|
static char *domains;
|
||||||
static int verbosity;
|
static int verbosity;
|
||||||
gboolean any_domain;
|
static gboolean any_domain;
|
||||||
gboolean stderr_is_journal;
|
static gboolean stderr_is_journal;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
log_str_append_log_domain (GString *log_str,
|
log_str_append_log_domain (GString *log_str,
|
||||||
|
|||||||
Reference in New Issue
Block a user