summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obexd/src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obexd/src/log.c b/obexd/src/log.c
index ace7ab645..f259728fc 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)