]> git.proxmox.com Git - mirror_ovs.git/commitdiff
windows: Remove dead code in daemon-windows
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Sun, 5 Feb 2017 23:49:29 +0000 (23:49 +0000)
committerGurucharan Shetty <guru@ovn.org>
Tue, 7 Mar 2017 21:31:03 +0000 (13:31 -0800)
Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
lib/daemon-windows.c

index 7e2e9da95d3da296580d97c6e12b44b87225d382..4fc97a84f045f43ab94792b59d31c7c0bdc8614d 100644 (file)
@@ -77,8 +77,7 @@ daemon_usage(void)
         "\nService options:\n"
         "  --service               run in background as a service.\n"
         "  --service-monitor       restart the service in case of an "
-                                   "unexpected failure. \n",
-        ovs_rundir(), program_name);
+                                   "unexpected failure. \n");
 }
 
 /* Registers the call-back and configures the actions in case of a failure