From b1cafe4f01ce91701ca5f33bb34a93835e6c9a58 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Nov 2015 00:44:07 +0100 Subject: [PATCH] core: Use common logging function for daemon version --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index aa1c822a3..e12a93052 100644 --- a/src/log.c +++ b/src/log.c @@ -242,7 +242,7 @@ void __btd_log_init(const char *debug, int detach) openlog("bluetoothd", option, LOG_DAEMON); - syslog(LOG_INFO, "Bluetooth daemon %s", VERSION); + info("Bluetooth daemon %s", VERSION); } void __btd_log_cleanup(void) -- 2.47.3