diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-30 10:26:10 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-30 10:26:10 +0100 |
| commit | bd8ab7e82b1ae4e8899b30a59a7b35ba009344ea (patch) | |
| tree | 83691f38efeef4d5dd7a85c0893fa8a54274728f /src/nm-logging.c | |
| parent | c15221a34c0af3a5b2c03dfe80c2a9841acefb03 (diff) | |
| parent | 3cdef184c37fa2c152f8542c6107f8a623735a1c (diff) | |
Merge branch 'master' into stretch-backports
Diffstat (limited to 'src/nm-logging.c')
| -rw-r--r-- | src/nm-logging.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nm-logging.c b/src/nm-logging.c index c5553791..9e7d3892 100644 --- a/src/nm-logging.c +++ b/src/nm-logging.c @@ -54,9 +54,9 @@ void (*_nm_logging_clear_platform_logging_cache) (void); static void -nm_log_handler (const gchar *log_domain, +nm_log_handler (const char *log_domain, GLogLevelFlags level, - const gchar *message, + const char *message, gpointer ignored); typedef struct { @@ -745,9 +745,9 @@ _nm_log_impl (const char *file, /*****************************************************************************/ static void -nm_log_handler (const gchar *log_domain, +nm_log_handler (const char *log_domain, GLogLevelFlags level, - const gchar *message, + const char *message, gpointer ignored) { int syslog_priority; |