Log the exception class when logging exceptions.

This commit is contained in:
akwizgran
2011-12-08 17:28:05 +00:00
parent 9f0b865ba8
commit 6962814eec
30 changed files with 108 additions and 112 deletions

View File

@@ -20,7 +20,7 @@ implements BatchTransportWriter {
}
public long getCapacity() {
return capacity - out.size();
return capacity;
}
public OutputStream getOutputStream() {