X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Ftipc%2Fbcast.h;fp=net%2Ftipc%2Fbcast.h;h=0e3be2ab330731cf1e127bf3b886c082ebdf16b3;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=b243d9d495f0588382f13272f30c3cb45c8067c2;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index b243d9d49..0e3be2ab3 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h @@ -180,7 +180,7 @@ static inline void tipc_port_list_add(struct port_list *pl_ptr, u32 port) if (!item->next) { item->next = kmalloc(sizeof(*item), GFP_ATOMIC); if (!item->next) { - warn("Incomplete multicast delivery, no memory\n"); + warn("Memory squeeze: multicast destination port list is incomplete\n"); return; } item->next->next = NULL;