linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / tipc / bcast.h
index b243d9d..0e3be2a 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("Incomplete multicast delivery, no memory\n");
+                               warn("Memory squeeze: multicast destination port list is incomplete\n");
                                return;
                        }
                        item->next->next = NULL;