--- profiles/input/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/input/device.c b/profiles/input/device.c index e69d647..3d5ee20 100644 --- a/profiles/input/device.c +++ b/profiles/input/device.c @@ -277,11 +277,11 @@ static gboolean encrypt_notify(GIOChannel *io, GIOCondition condition, struct input_device *idev = data; int err; - DBG(" "); + DBG(""); err = ioctl_connadd(idev->req); if (err < 0) { - error("ioctl_connadd(): %s(%d)", strerror(-err), -err); + error("ioctl_connadd(): %s (%d)", strerror(-err), -err); close(idev->req->intr_sock); close(idev->req->ctrl_sock); } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html