---
src/log.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/log.h b/src/log.h
index da48f95..58cca50 100644
--- a/src/log.h
+++ b/src/log.h
@@ -39,7 +39,7 @@ struct pacrunner_debug_desc {
#define DBG(fmt, arg...) do { \
static struct pacrunner_debug_desc __pacrunner_debug_desc \
__attribute__((used, section("__debug"), aligned(8))) = { \
- .file = __FILE__, .flags = PACRUNNER_DEBUG_FLAG_DEFAULT, \
+ NULL, __FILE__, PACRUNNER_DEBUG_FLAG_DEFAULT, \
}; \
if (__pacrunner_debug_desc.flags & PACRUNNER_DEBUG_FLAG_PRINT) \
pacrunner_debug("%s:%s() " fmt, \
--
1.7.3.2
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman