Skip to content

Commit

Permalink
samples: decrease log level in dfu mode
Browse files Browse the repository at this point in the history
The debug messages are disabled by default.
Log message might be misleading.

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Apr 9, 2024
1 parent 47cf235 commit e51167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sid_end_device/src/sidewalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void state_dfu_run(void *o)
case SID_EVENT_LINK_SWITCH:
case SID_EVENT_SIDEWALK:
case SID_EVENT_FILE_TRANSFER:
LOG_INF("Operation not supported in DFU mode");
LOG_DBG("Operation not supported in DFU mode");
break;
case SID_EVENT_LAST:
break;
Expand Down

0 comments on commit e51167c

Please sign in to comment.