Updated Branches:
  refs/heads/JCLOUDS-427 511fec7d5 -> 2e224db42

Whoops...missing a format argument


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/2e224db4
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/2e224db4
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/2e224db4

Branch: refs/heads/JCLOUDS-427
Commit: 2e224db42a406b810799b5abc7eec555d45ee712
Parents: 511fec7
Author: Andrew Phillips <[email protected]>
Authored: Fri Jan 17 11:37:19 2014 -0500
Committer: Andrew Phillips <[email protected]>
Committed: Fri Jan 17 11:37:19 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/2e224db4/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 c535e44..5f6c42b 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()), async);
+        System.err.format("************ Caught '%s' trying to bind '%s' to 
'%s'. Input async class: '%s'", e.getMessage(), 
TypeLiteral.get(token.getType()), sync, async);
         throw e;
       }
    }

Reply via email to