fixed log format

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1421 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-06-11 23:17:22 +00:00
parent e4848344df
commit 65e46339f9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}