diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-27 20:08:11 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-27 20:08:11 +0000 |
commit | 54c95138efbc91165d50ee0e3e1fd906493bf68f (patch) | |
tree | 04e48a9dee431702b15bf00cbe3c82775b33ba89 | |
parent | 39654da8de5f5d3f9888cb2d4d576993414642ec (diff) |
Typo
-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]); |