Diff between b1cafe4f01ce91701ca5f33bb34a93835e6c9a58 and 690b2a906d8c2cf9593bf0a40f52622394e58880

Changed Files

File Additions Deletions Status
obexd/src/log.c +1 -1 modified

Full Patch

diff --git a/obexd/src/log.c b/obexd/src/log.c
index ace7ab6..f259728 100644
--- a/obexd/src/log.c
+++ b/obexd/src/log.c
@@ -125,7 +125,7 @@ void __obex_log_init(const char *debug, int detach)
 
 	openlog("obexd", option, LOG_DAEMON);
 
-	syslog(LOG_INFO, "OBEX daemon %s", VERSION);
+	info("OBEX daemon %s", VERSION);
 }
 
 void __obex_log_cleanup(void)