datapath: Update startup banner.
authorJesse Gross <jesse@nicira.com>
Thu, 17 Nov 2011 21:24:21 +0000 (13:24 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 17 Nov 2011 21:24:21 +0000 (13:24 -0800)
The (to be) upstream version prints out "Open vSwitch switching
datapath" on module load.  This updates the OVS tree to keep
them in sync.

Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c

index 47f696e..c43adf9 100644 (file)
@@ -2039,7 +2039,7 @@ static int __init dp_init(void)
 
        BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > sizeof(dummy_skb->cb));
 
-       pr_info("Open vSwitch %s, built "__DATE__" "__TIME__"\n",
+       pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
                VERSION BUILDNR);
 
        err = tnl_init();