We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb21264 commit c277384Copy full SHA for c277384
source/6LoWPAN/Thread/thread_joiner_application.c
@@ -990,7 +990,7 @@ static int thread_joiner_application_nvm_link_config_read(thread_joiner_t *this)
990
this->pending_configuration_ptr->timeout_in_ms = 0;
991
}
992
else {
993
- printf("Reading pending from NVM error:%d", pending_ret);
+ tr_info("Reading pending from NVM error:%d", pending_ret);
994
ns_dyn_mem_free(pend_conf_ptr);
995
996
0 commit comments