From 54c95138efbc91165d50ee0e3e1fd906493bf68f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 27 Jan 2005 20:08:11 +0000 Subject: Typo --- test/l2test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/l2test.c') diff --git a/test/l2test.c b/test/l2test.c index 82d34efa..30d9a2e6 100644 --- a/test/l2test.c +++ b/test/l2test.c @@ -399,7 +399,7 @@ static void do_listen(void (*handler)(int sk)) ba2str(&addr.l2_bdaddr, ba); syslog(LOG_INFO, "Connect from %s [imtu %d, omtu %d, flush_to %d, " - " mode %d, handle %d, class 0x%02x%02x%02x]", + "mode %d, handle %d, class 0x%02x%02x%02x]", ba, opts.imtu, opts.omtu, opts.flush_to, opts.mode, conn.hci_handle, conn.dev_class[2], conn.dev_class[1], conn.dev_class[0]); -- cgit