diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-04 21:56:20 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-04 21:56:20 +0200 | 
| commit | 395be16f30cd10001707c6a1ce593308029cc4cc (patch) | |
| tree | 4ac99e962e2e19b7bc7ca5c53a785ef4a49668e5 | |
| parent | 2709ae4c8e684f4cbee1c0c99c42fb4afdc8d455 (diff) | |
Fix usage and syslog prefix
| -rw-r--r-- | src/main.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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; | 
