diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-07 23:08:02 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-07 23:08:02 +0000 |
commit | 4c65d109ee2ced4a49a511ec185da11a8b27f069 (patch) | |
tree | 80caee6a1b37c10b6909b02e2e4f174aa4a80d6a /hcid/main.c | |
parent | e58717d76bcba3ac0ee6cc5a4e6a03d5d307c0d9 (diff) |
Don't forget to enable D-Bus support
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |