Diff between 002e0d0ab1e46a830fa5f06da8122db4e0487e21 and b1cafe4f01ce91701ca5f33bb34a93835e6c9a58
Changed Files
| File | Additions | Deletions | Status |
| src/log.c | +1 | -1 | modified |
Full Patch
diff --git a/src/log.c b/src/log.c
index aa1c822..e12a930 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)