| commit | 8b32e6dac65ff14e107345284f9ccbb1dfd89531 | [log] [tgz] |
|---|---|---|
| author | emmanuel lecharny <elecharny@apache.org> | Wed Aug 24 03:49:29 2022 +0200 |
| committer | emmanuel lecharny <elecharny@apache.org> | Wed Aug 24 03:49:29 2022 +0200 |
| tree | 21f5370508afae9a468e4ec36ab2974f97caf1fc | |
| parent | 2d75a308b5d7f7328a1717e4c54b8e18fdad8e30 [diff] |
Removed a printStackTrace and replaced it by some logs
diff --git a/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java b/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java index 11a09fd..448cbcd 100644 --- a/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java +++ b/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java
@@ -530,7 +530,7 @@ catch ( Exception e ) { // shouldn't happen, but print the stacktrace so that less pain during development to find the cause - e.printStackTrace(); + LOG.error( "Error while closing the connections: " + e.getMessage(), e ); } }