Updated Branches: refs/heads/JCLOUDS-427 2e224db42 -> 4cd00083a
More formatting...not sure how much this is helping, though :-( Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/03a5471d Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/03a5471d Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/03a5471d Branch: refs/heads/JCLOUDS-427 Commit: 03a5471d0212dca92e7ec0220a1cc583895f4da3 Parents: 2e224db Author: Andrew Phillips <[email protected]> Authored: Fri Jan 17 12:18:01 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Fri Jan 17 12:18:01 2014 -0500 ---------------------------------------------------------------------- core/src/main/java/org/jclouds/rest/config/BinderUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/03a5471d/core/src/main/java/org/jclouds/rest/config/BinderUtils.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/jclouds/rest/config/BinderUtils.java b/core/src/main/java/org/jclouds/rest/config/BinderUtils.java index 5f6c42b..c845223 100644 --- a/core/src/main/java/org/jclouds/rest/config/BinderUtils.java +++ b/core/src/main/java/org/jclouds/rest/config/BinderUtils.java @@ -106,7 +106,7 @@ public class BinderUtils { try { binder.bind(sync).toProvider(TypeLiteral.class.cast(TypeLiteral.get(token.getType()))); } catch(RuntimeException e) { - System.err.format("************ Caught '%s' trying to bind '%s' to '%s'. Input async class: '%s'", e.getMessage(), TypeLiteral.get(token.getType()), sync, async); + System.err.format("************ Caught '%s' trying to bind '%s' to '%s'. Input async class: '%s'%n%n", e.getMessage(), TypeLiteral.get(token.getType()), sync, async); throw e; } }
