[java-idp-integration-tests] 01/03: Log exception when the IdP being tested fails to stop

Tom Zeller tzeller at dragonacea.biz
Fri Aug 21 00:08:27 UTC 2020


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=1fccf8501637d95e5ab14cde9676f498002bdc34

commit 1fccf8501637d95e5ab14cde9676f498002bdc34
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 19 17:36:19 2020 -0500

    Log exception when the IdP being tested fails to stop
---
 src/test/java/net/shibboleth/idp/test/AbstractServerProcess.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/AbstractServerProcess.java b/src/test/java/net/shibboleth/idp/test/AbstractServerProcess.java
index 4ba84fc..2b411ef 100644
--- a/src/test/java/net/shibboleth/idp/test/AbstractServerProcess.java
+++ b/src/test/java/net/shibboleth/idp/test/AbstractServerProcess.java
@@ -491,7 +491,7 @@ public class AbstractServerProcess extends AbstractInitializableComponent implem
                 log.warn("Server might be stopped", e);
             }
         } catch (final Exception e) {
-            log.warn("An error occurred waiting for server to stop : {}", e.getMessage());
+            log.warn("An error occurred waiting for server to stop", e);
         }
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list