From b968e79ff86347fd918315807d71a43fb2564171 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Jan 2007 05:19:19 +0000 Subject: Typo --- hidd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit