From 395be16f30cd10001707c6a1ce593308029cc4cc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Aug 2008 21:56:20 +0200 Subject: Fix usage and syslog prefix --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') 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; -- cgit