mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8146879: Add option for handling existing log files in UL
Reviewed-by: dsamersoff, gziemski, rehn
This commit is contained in:
parent
1afb9e9427
commit
8b2f63bd2b
15 changed files with 368 additions and 26 deletions
|
@ -145,7 +145,7 @@ LogOutput* LogConfiguration::new_output(char* name, const char* options, outputS
|
|||
return NULL;
|
||||
}
|
||||
|
||||
bool success = output->initialize(options);
|
||||
bool success = output->initialize(options, errstream);
|
||||
if (!success) {
|
||||
errstream->print_cr("Initialization of output '%s' using options '%s' failed.", name, options);
|
||||
delete output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue