diff options
Diffstat (limited to 'pand/main.c')
-rw-r--r-- | pand/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c index 88383331..1bc1d9e0 100644 --- a/pand/main.c +++ b/pand/main.c @@ -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); |