mirror of https://github.com/BOINC/boinc.git
SCR: on Mac, don't overwrite old log files
This commit is contained in:
parent
09250aeebb
commit
f61d2168fe
|
@ -114,8 +114,8 @@ const char * RunningOnBatteryMsg = "Computing and screensaver disabled while ru
|
||||||
void initBOINCSaver() {
|
void initBOINCSaver() {
|
||||||
diagnostics_init(
|
diagnostics_init(
|
||||||
BOINC_DIAG_PERUSERLOGFILES |
|
BOINC_DIAG_PERUSERLOGFILES |
|
||||||
BOINC_DIAG_REDIRECTSTDOUTOVERWRITE |
|
BOINC_DIAG_REDIRECTSTDOUT |
|
||||||
BOINC_DIAG_REDIRECTSTDERROVERWRITE |
|
BOINC_DIAG_REDIRECTSTDERR |
|
||||||
BOINC_DIAG_TRACETOSTDOUT,
|
BOINC_DIAG_TRACETOSTDOUT,
|
||||||
"stdoutscr", "stderrscr"
|
"stdoutscr", "stderrscr"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue