projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6020a5
)
Add missing newline.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 17 Jul 2011 18:06:06 +0000
(20:06 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 17 Jul 2011 18:06:06 +0000
(20:06 +0200)
src/tincctl.c
patch
|
blob
|
history
diff --git
a/src/tincctl.c
b/src/tincctl.c
index
f7f23c1
..
c055db5
100644
(file)
--- 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()));