X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=c055db5af01b6cd733a574f8713d527324dbc36a;hb=c259d552fa89c3e4a962d9adf2b237f24bc077da;hp=f7f23c145266817f7f764f93f5e102cd425aa439;hpb=25091454da21941dd92375ddbee7dd6151343058;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index f7f23c14..c055db5a 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -504,7 +504,7 @@ static bool remove_service(void) { if(!ControlService(service, SERVICE_CONTROL_STOP, &status)) fprintf(stderr, "Could not stop %s service: %s\n", identname, winerror(GetLastError())); else - fprintf(stderr, "%s service stopped", identname); + fprintf(stderr, "%s service stopped\n", identname); if(!DeleteService(service)) { fprintf(stderr, "Could not remove %s service: %s\n", identname, winerror(GetLastError()));