diff mbox

[ovs-dev] windows: Remove dead code in daemon-windows

Message ID 20170205234915.2704-1-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean Feb. 5, 2017, 11:49 p.m. UTC
Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 lib/daemon-windows.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Gurucharan Shetty March 7, 2017, 9:31 p.m. UTC | #1
On 5 February 2017 at 15:49, Alin Serdean <aserdean@cloudbasesolutions.com>
wrote:

> Found by inspection.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
>
Applied to master.

> ---
>  lib/daemon-windows.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lib/daemon-windows.c b/lib/daemon-windows.c
> index 7e2e9da..4fc97a8 100644
> --- a/lib/daemon-windows.c
> +++ b/lib/daemon-windows.c
> @@ -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
> --
> 2.10.2.windows.1
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox

Patch

diff --git a/lib/daemon-windows.c b/lib/daemon-windows.c
index 7e2e9da..4fc97a8 100644
--- a/lib/daemon-windows.c
+++ b/lib/daemon-windows.c
@@ -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