emulator: Skip new line when using util_debug
authorArkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Tue, 19 Sep 2023 16:27:44 +0000 (18:27 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
commita5a783278582387a238ef4ed33239913839bd182
tree615bef041acc50685bb543f0760cc1bdee8fa3d8
parent5009498b9dcae184c99ec1c737b0f1669b25874f
emulator: Skip new line when using util_debug

The debug callback vhci_debug() already prints new line after each debug
string. Explicit new line in the util_debug call causes double new line
in the output.
emulator/btdev.c