All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] android/client: Fix missing new line character
@ 2015-04-29  9:15 Grzegorz Kolodziejczyk
  2015-04-29  9:15 ` [PATCH 2/4] android/gatt: Remove redundant comment line Grzegorz Kolodziejczyk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Grzegorz Kolodziejczyk @ 2015-04-29  9:15 UTC (permalink / raw)
  To: linux-bluetooth

New line character is missing for haltest_info. Without this logs are
distorted after receiving configure mtu callback log.
---
 android/client/if-gatt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/client/if-gatt.c b/android/client/if-gatt.c
index 70287fc..e66cc20 100644
--- a/android/client/if-gatt.c
+++ b/android/client/if-gatt.c
@@ -679,7 +679,7 @@ static void gattc_listen_cb(int status, int client_if)
 /* Callback invoked when the MTU for a given connection changes */
 static void gattc_configure_mtu_cb(int conn_id, int status, int mtu)
 {
-	haltest_info("%s: conn_id=%d, status=%d, mtu=%d", __func__, conn_id,
+	haltest_info("%s: conn_id=%d, status=%d, mtu=%d\n", __func__, conn_id,
 								status, mtu);
 }
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-08 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29  9:15 [PATCH 1/4] android/client: Fix missing new line character Grzegorz Kolodziejczyk
2015-04-29  9:15 ` [PATCH 2/4] android/gatt: Remove redundant comment line Grzegorz Kolodziejczyk
2015-04-29  9:15 ` [PATCH 3/4] android/gatt: Send notify mtu change for BR/EDR success conn Grzegorz Kolodziejczyk
2015-04-29  9:15 ` [PATCH 4/4] android/gatt: Fix updating mtu for no registered app Grzegorz Kolodziejczyk
2015-05-08 13:03 ` [PATCH 1/4] android/client: Fix missing new line character Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.