mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
better shutdown handling
This commit is contained in:
parent
ad5525f575
commit
e8b261c165
@ -44,7 +44,7 @@ public final class ExceptionsHelper {
|
||||
logger.warn("Exception cause unwrapping ran for 10 levels...", t);
|
||||
return result;
|
||||
}
|
||||
result = t.getCause();
|
||||
result = result.getCause();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user