Skip to content

Commit 76c1ccd

Browse files
anhmolteivindj-nordic
authored andcommitted
firmware_loader: ble_mcumgr: log err and cleanup incorrect comment
Change log level from info to error for errors from bm_rmem_init(). Remove a comment from early development of bm_rmem_init() that is no longer correct. Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
1 parent 6490cae commit 76c1ccd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • applications/firmware_loader/ble_mcumgr/src

applications/firmware_loader/ble_mcumgr/src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ int main(void)
226226

227227
err = bm_rmem_init(&clipboard_ctx);
228228
if (err) {
229-
LOG_INF("Failed to initialize retained clipboard reader, err %d", err);
230-
/* Error is expected if retained RAM is empty or data are corrupted. */
229+
LOG_ERR("Failed to initialize retained clipboard reader, err %d", err);
231230
}
232231
#endif
233232

0 commit comments

Comments
 (0)