net/sixlowpan: Change a wlerr to nerr

This commit is contained in:
Gregory Nutt 2017-06-27 17:01:23 -06:00
parent 130cf1af1d
commit 3b0c422743

View file

@ -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;
}