Bluetooth: nble: Fix missing format specifier

Change-Id: I6adbd6e19462b15644d32714ae7d454fac0ece32
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-27 11:09:19 +02:00 committed by Anas Nashif
commit f4c5c9808a

View file

@ -59,7 +59,7 @@ int bt_enable(bt_ready_cb_t cb)
gpio = device_get_binding(CONFIG_GPIO_DW_0_NAME);
if (!gpio) {
BT_ERR("Cannot find %", CONFIG_GPIO_DW_0_NAME);
BT_ERR("Cannot find %s", CONFIG_GPIO_DW_0_NAME);
return -ENODEV;
}