[java-idp-integration-tests] 01/03: Fix logging

Tom Zeller tzeller at dragonacea.biz
Sat Jul 13 01:34:15 UTC 2024


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=87ced26b345e4260b481625b08d3130daed95ccf

commit 87ced26b345e4260b481625b08d3130daed95ccf
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jul 12 20:29:14 2024 -0500

    Fix logging
---
 src/test/java/net/shibboleth/idp/integration/tests/Route53Helper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/Route53Helper.java b/src/test/java/net/shibboleth/idp/integration/tests/Route53Helper.java
index 3e91441..8e0d369 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/Route53Helper.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/Route53Helper.java
@@ -161,7 +161,7 @@ public class Route53Helper extends AbstractInitializableComponent implements Aut
         // If address is not supplied, get the public IP address
         if (address == null) {
             address = getPublicIPAddress();
-            log.debug("Public IP address '{}', address");
+            log.debug("Public IP address '{}'", address);
         }
 
         // If name is not supplied, calculate from the public IP address

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


More information about the commits mailing list