You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/05/18 23:10:58 UTC

[4/4] incubator-mynewt-core git commit: BLE Host - Fix typo in log message.

BLE Host - Fix typo in log message.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/94ae8bd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/94ae8bd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/94ae8bd0

Branch: refs/heads/090_dev
Commit: 94ae8bd0de56525d9f2357de7a9b287de73edcc9
Parents: a12f64d
Author: Christopher Collins <cc...@apache.org>
Authored: Wed May 18 16:10:18 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed May 18 16:10:46 2016 -0700

----------------------------------------------------------------------
 net/nimble/host/src/ble_gap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/94ae8bd0/net/nimble/host/src/ble_gap.c
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_gap.c b/net/nimble/host/src/ble_gap.c
index a51442c..5e5053b 100644
--- a/net/nimble/host/src/ble_gap.c
+++ b/net/nimble/host/src/ble_gap.c
@@ -248,7 +248,7 @@ ble_gap_log_adv(struct hci_adv_params *adv_params)
                ble_gap_slave.disc_mode, adv_params->peer_addr_type);
     BLE_HS_LOG_ADDR(INFO, adv_params->peer_addr);
     BLE_HS_LOG(INFO, " adv_type=%d adv_channel_map=%d own_addr_type=%d "
-                     "adv_filter_policy=%d adv_itvl_min=%d  adv_itvl_max=%d "
+                     "adv_filter_policy=%d adv_itvl_min=%d adv_itvl_max=%d "
                      "adv_data_len=%d",
                adv_params->adv_type,
                adv_params->adv_channel_map,