mirror of https://github.com/apache/jclouds.git
fixed log format
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1421 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
e4848344df
commit
65e46339f9
|
@ -267,7 +267,7 @@ public class HttpNioFutureCommandConnectionPool extends
|
|||
}
|
||||
|
||||
public void fatalProtocolException(HttpException ex, NHttpConnection conn) {
|
||||
logger.error(ex, "%3$s-%1$d{%2$s} - http error", conn, conn.hashCode(),
|
||||
logger.error(ex, "%3$s-%1$s{%2$s} - http error", conn, conn.hashCode(),
|
||||
target);
|
||||
setExceptionOnCommand(conn, ex);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue