summaryrefslogtreecommitdiffstats
path: root/hidd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidd/main.c')
-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;
}