From: Joe Perches Date: Tue, 4 Feb 2014 01:27:41 +0000 (-0800) Subject: datapath: flow_netlink: Use pr_fmt to OVS_NLERR X-Git-Tag: sliver-openvswitch-2.1.90-1~8^2~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=0a0857df473cad7e8ce610f10813c94569953f98;p=sliver-openvswitch.git datapath: flow_netlink: Use pr_fmt to OVS_NLERR Add "openvswitch: " prefix to OVS_NLERR output to match the other OVS_NLERR output of datapath.c Signed-off-by: Joe Perches Signed-off-by: Jesse Gross --- diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c index f509a8c85..39fe4bfa3 100644 --- a/datapath/flow_netlink.c +++ b/datapath/flow_netlink.c @@ -16,6 +16,8 @@ * 02110-1301, USA */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include "flow.h" #include "datapath.h" #include