commit | 7394401baffa9aea5c9272296efcf23a38017cbb | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Wed Aug 09 15:41:03 2017 -0400 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Aug 15 22:58:02 2017 +0300 |
tree | c2681fd9a8873ee800f3c0376030d6a46cdeb3d1 | |
parent | 77516f5365a7114ade1610304a6dfd6c9730c985 [diff] |
Bluetooth: ipsp: use sys_log Various of the printk messages in this sample app don't have newlines. Let's fix the output by moving to SYS_LOG_xxx() macros instead, which don't need them anyway. This also makes it easier to tell errors apart from other messages, etc. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>