8240783: JFR: TestClose could not finish chunk

Reviewed-by: mgronlun, mseledtsov
This commit is contained in:
Erik Gahlin 2020-04-27 14:29:44 +02:00
parent 32eb99e3e3
commit 0bbdcdac5a

@ -91,7 +91,7 @@ final class RepositoryChunk {
try {
finishWithException(endTime);
} catch (IOException e) {
Logger.log(LogTag.JFR, LogLevel.ERROR, "Could not finish chunk. " + e.getMessage());
Logger.log(LogTag.JFR, LogLevel.ERROR, "Could not finish chunk. " + e.getClass() + " "+ e.getMessage());
}
}