Skip to content
Snippets Groups Projects
Commit 3b0c4227 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

net/sixlowpan: Change a wlerr to nerr

parent 130cf1af
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment