Fix server information

This commit is contained in:
Marcel Holtmann 2004-05-07 23:11:23 +00:00
parent 4c65d109ee
commit 7b767cdc03
3 changed files with 3 additions and 3 deletions

View File

@ -533,7 +533,7 @@ int main(int argc, char **argv)
}
openlog("dund", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
syslog(LOG_INFO, "DUN daemon ver %s", VERSION);
syslog(LOG_INFO, "Bluetooth DUN daemon");
if (src) {
src_dev = hci_devid(src);

View File

@ -578,7 +578,7 @@ int main(int argc, char **argv)
}
openlog("pand", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
syslog(LOG_INFO, "PAN daemon ver %s", VERSION);
syslog(LOG_INFO, "Bluetooth PAN daemon");
if (src) {
src_dev = hci_devid(src);

View File

@ -419,7 +419,7 @@ int main(int argc, char **argv)
return -1;
}
SDPINF("sdpd v%s started", VERSION);
SDPINF("Bluetooth SDP daemon");
signal(SIGINT, sig_term);
signal(SIGTERM, sig_term);