mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
net/sixlowpan: Change a wlerr to nerr
This commit is contained in:
parent
130cf1af1d
commit
3b0c422743
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ int sixlowpan_src_panid(FAR struct ieee802154_driver_s *ieee,
|
|||
(unsigned long)((uintptr_t)&arg));
|
||||
if (ret < 0)
|
||||
{
|
||||
wlerr("ERROR: MAC802154IOC_MLME_GET_REQUEST failed: %d\n", ret);
|
||||
nerr("ERROR: MAC802154IOC_MLME_GET_REQUEST failed: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue