Skip to content

Commit d34da7b

Browse files
plskeggsnordicjm
authored andcommitted
net: lib: nrf_provisioning: Improve interval logs
Indicate the units of time as well as the purpose for reconnecting. Log at the INF level. See ticket for reasoning. Jira: IRIS-9151 Signed-off-by: Pete Skeggs <[email protected]>
1 parent 7fc0851 commit d34da7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/nrf_provisioning/src/nrf_provisioning.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ int nrf_provisioning_schedule(void)
493493
/* To even the load on server side */
494494
retry_s += spread_s;
495495

496-
LOG_DBG("Connecting in %llds", retry_s);
496+
LOG_INF("Checking for provisioning commands in %llds seconds", retry_s);
497497
reschedule = false;
498498

499499
return retry_s;

0 commit comments

Comments
 (0)