Merge "Fix log level for successful execution of ShutdownHook#notify to debug"

This commit is contained in:
Thomas Wolf 2023-09-26 17:40:52 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit e8955fb506
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ private void doCleanup() {
}
private void notify(Listener l) {
LOG.warn(JGitText.get().shutdownCleanup, l);
LOG.debug(JGitText.get().shutdownCleanup, l);
try {
l.onShutdown();
} catch (RuntimeException e) {