[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
[deliverable/linux.git] / net / tipc / bcast.h
index 0e3be2ab330731cf1e127bf3b886c082ebdf16b3..b243d9d495f0588382f13272f30c3cb45c8067c2 100644 (file)
@@ -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("Memory squeeze: multicast destination port list is incomplete\n");
+                               warn("Incomplete multicast delivery, no memory\n");
                                return;
                        }
                        item->next->next = NULL;
This page took 0.025598 seconds and 5 git commands to generate.