Skip to content

Commit c277384

Browse files
author
Kari Severinkangas
authored
printf to tr_info (ARMmbed#1515)
1 parent bb21264 commit c277384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/Thread/thread_joiner_application.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ static int thread_joiner_application_nvm_link_config_read(thread_joiner_t *this)
990990
this->pending_configuration_ptr->timeout_in_ms = 0;
991991
}
992992
else {
993-
printf("Reading pending from NVM error:%d", pending_ret);
993+
tr_info("Reading pending from NVM error:%d", pending_ret);
994994
ns_dyn_mem_free(pend_conf_ptr);
995995
}
996996
}

0 commit comments

Comments
 (0)