summaryrefslogtreecommitdiffstats
path: root/hidd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-23 05:19:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-23 05:19:19 +0000
commitb968e79ff86347fd918315807d71a43fb2564171 (patch)
tree8547b9f671669b38d4183bdd49a6070c00c2ab0e /hidd
parent5869694c6f27fe19ed196476e7a3c0e0c320a91c (diff)
Typo
Diffstat (limited to 'hidd')
-rw-r--r--hidd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidd/main.c b/hidd/main.c
index 40d81989..f710a5a4 100644
--- a/hidd/main.c
+++ b/hidd/main.c
@@ -273,7 +273,7 @@ static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp,
if (!nocheck) {
ba2str(&dst, bda);
- syslog(LOG_ERR, "Rejected connection from unknown device %s\n", bda);
+ syslog(LOG_ERR, "Rejected connection from unknown device %s", bda);
/* Return no error to avoid run_server() complaining too */
return 0;
}