Signed-off-by: Varka Bhadram <varkab@xxxxxxx> --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index e501763..1c59876 100644 --- a/src/interface.c +++ b/src/interface.c @@ -28,7 +28,7 @@ const char *iftype_name(enum nl802154_iftype iftype) case NL802154_IFTYPE_COORD: return "coordinator"; default: - sprintf(modebuf, "Unknown mode (%d)", iftype); + sprintf(modebuf, "Invalid iftype (%d)", iftype); return modebuf; } } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html