mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Log the exception class when logging exceptions.
This commit is contained in:
@@ -20,7 +20,7 @@ implements BatchTransportWriter {
|
||||
}
|
||||
|
||||
public long getCapacity() {
|
||||
return capacity - out.size();
|
||||
return capacity;
|
||||
}
|
||||
|
||||
public OutputStream getOutputStream() {
|
||||
|
||||
Reference in New Issue
Block a user