git://git.iain.cx/iain
/
nssm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49174f8
)
Formatting.
author
Iain Patterson
<me@iain.cx>
Mon, 13 Jan 2014 23:13:30 +0000
(23:13 +0000)
committer
Iain Patterson
<me@iain.cx>
Mon, 13 Jan 2014 23:13:30 +0000
(23:13 +0000)
service.cpp
patch
|
blob
|
history
diff --git
a/service.cpp
b/service.cpp
index
9aa9b01
..
a86d744
100644
(file)
--- a/
service.cpp
+++ b/
service.cpp
@@
-1213,7
+1213,7
@@
int control_service(unsigned long control, int argc, TCHAR **argv) {
}
\r
else {
\r
CloseHandle(service_handle);
\r
- _ftprintf(stderr, _T("%s: %s %s"), canonical_name, service_control_text(control), error_string(error));
\r
+ _ftprintf(stderr, _T("%s: %s
:
%s"), canonical_name, service_control_text(control), error_string(error));
\r
return 1;
\r
}
\r
}
\r