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:
23bed76
)
s/stdout/stderr/
author
Iain Patterson
<me@iain.cx>
Mon, 13 Jan 2014 15:56:14 +0000
(15:56 +0000)
committer
Iain Patterson
<me@iain.cx>
Mon, 13 Jan 2014 15:56:14 +0000
(15:56 +0000)
Again...
service.cpp
patch
|
blob
|
history
diff --git
a/service.cpp
b/service.cpp
index
aee0a67
..
1c82a38
100644
(file)
--- a/
service.cpp
+++ b/
service.cpp
@@
-1474,7
+1474,7
@@
unsigned long WINAPI service_control_handler(unsigned long control, unsigned lon
case NSSM_SERVICE_CONTROL_ROTATE:
\r
log_service_control(service->name, control, true);
\r
if (service->rotate_stdout_online) service->rotate_stdout_online = NSSM_ROTATE_ONLINE_ASAP;
\r
- if (service->rotate_std
out
_online) service->rotate_stderr_online = NSSM_ROTATE_ONLINE_ASAP;
\r
+ if (service->rotate_std
err
_online) service->rotate_stderr_online = NSSM_ROTATE_ONLINE_ASAP;
\r
return NO_ERROR;
\r
}
\r
\r