diff -purN linux-2.4.27-wt6/net/mpls/mpls_utils.c linux-2.4.27-wt6-fix/net/mpls/mpls_utils.c --- linux-2.4.27-wt6/net/mpls/mpls_utils.c Fri Sep 17 14:49:16 2004 +++ linux-2.4.27-wt6-fix/net/mpls/mpls_utils.c Fri Sep 17 17:17:04 2004 @@ -381,7 +381,7 @@ int mpls_instruction_build(struct mpls_i atomic_set(&ml->__refcnt,0); mpls_label_hold(ml); if(mpls_debug) { - printk("%s: push label "); + printk("%s: push label ",fn_name); mpls_print_label(ml); }