summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-11-23 12:41:37 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-11-23 12:41:37 +0200
commit404f0fb9a21121442c6de3e634b9f6562aae5b5f (patch)
tree29935ee0b4068f5d995b0120be0f414b3e26c596
parent5d59dae9daac8a5c6e3141695193deaff9d69ea1 (diff)
downloadbluez-404f0fb9a21121442c6de3e634b9f6562aae5b5f.tar.gz
tools/mgmt-tester: Fix minor typo
-rw-r--r--tools/mgmt-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index ea16040fa..b5be5b2be 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -5091,7 +5091,7 @@ static void setup_add_device(const void *test_data)
const unsigned char *add_param;
size_t add_param_len;
- tester_print("Powering on controller (with added device))");
+ tester_print("Powering on controller (with added device)");
if (data->hciemu_type == HCIEMU_TYPE_LE) {
add_param = add_device_success_param_2;