all: logging: Remove log_strdup function
Logging v1 has been removed and log_strdup wrapper function is no longer needed. Removing the function and its use in the tree. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
59a0e5e645
commit
041f0e5379
134 changed files with 744 additions and 823 deletions
|
@ -302,7 +302,7 @@ int bt_mesh_input_number(uint32_t num)
|
|||
|
||||
int bt_mesh_input_string(const char *str)
|
||||
{
|
||||
BT_DBG("%s", log_strdup(str));
|
||||
BT_DBG("%s", str);
|
||||
|
||||
if (strlen(str) > PROV_IO_OOB_SIZE_MAX ||
|
||||
strlen(str) > bt_mesh_prov_link.oob_size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue