diff options
| -rw-r--r-- | test/l2test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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]); | 
