From 4c65d109ee2ced4a49a511ec185da11a8b27f069 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 May 2004 23:08:02 +0000 Subject: Don't forget to enable D-Bus support --- hcid/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/main.c') diff --git a/hcid/main.c b/hcid/main.c index c679159d..be523a19 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -506,7 +506,7 @@ int main(int argc, char *argv[], char *env[]) /* Start logging to syslog and stderr */ openlog("hcid", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON); - syslog(LOG_INFO, "HCI daemon ver %s started", VERSION); + syslog(LOG_INFO, "Bluetooth HCI daemon"); memset(&sa, 0, sizeof(sa)); sa.sa_flags = SA_NOCLDSTOP; -- cgit