VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / net / bridge / br_ioctl.c
index cceb018..363c73f 100644 (file)
@@ -403,6 +403,6 @@ int br_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
 
        }
 
-       printk(KERN_DEBUG "Bridge does not support ioctl 0x%x\n", cmd);
+       pr_debug("Bridge does not support ioctl 0x%x\n", cmd);
        return -EOPNOTSUPP;
 }