summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-04 21:56:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-04 21:56:20 +0200
commit395be16f30cd10001707c6a1ce593308029cc4cc (patch)
tree4ac99e962e2e19b7bc7ca5c53a785ef4a49668e5 /src/main.c
parent2709ae4c8e684f4cbee1c0c99c42fb4afdc8d455 (diff)
Fix usage and syslog prefix
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 1ae7dc46..fc8a54a5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -772,7 +772,7 @@ static void sig_debug(int sig)
static void usage(void)
{
- printf("hcid - HCI daemon ver %s\n", VERSION);
+ printf("bluetoothd - Bluetooth daemon ver %s\n", VERSION);
printf("Usage: \n");
printf("\thcid [-n] [-d] [-m mtu] [-f config file]\n");
}
@@ -834,7 +834,7 @@ int main(int argc, char *argv[])
umask(0077);
- start_logging("hcid", "Bluetooth HCI daemon");
+ start_logging("bluetoothd", "Bluetooth daemon");
memset(&sa, 0, sizeof(sa));
sa.sa_flags = SA_NOCLDSTOP;