Skip to content

Commit 8c13c07

Browse files
sjanckartben
authored andcommitted
tests: bluetooth: tester: Fix extra newline in logs
LOG_INF macro already adds newline at the line end. Signed-off-by: Szymon Janc <[email protected]>
1 parent e0a9a16 commit 8c13c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/tester/src/btp_mesh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ static uint8_t start(const void *cmd, uint16_t cmd_len,
14571457
LOG_DBG("");
14581458

14591459
if (IS_ENABLED(CONFIG_BT_SETTINGS)) {
1460-
LOG_INF("Loading stored settings\n");
1460+
LOG_INF("Loading stored settings");
14611461
settings_load();
14621462
}
14631463

0 commit comments

Comments
 (0)