mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Additional logging when reading tag
This commit is contained in:
@@ -47,7 +47,9 @@ abstract class Connection {
|
||||
TransportId transportId) {
|
||||
StreamContext ctx;
|
||||
try {
|
||||
LOG.info("Reading tag...");
|
||||
byte[] tag = readTag(reader.getInputStream());
|
||||
LOG.info("Read tag!");
|
||||
return keyManager.getStreamContext(transportId, tag);
|
||||
} catch (IOException | DbException e) {
|
||||
logException(LOG, WARNING, e);
|
||||
|
||||
Reference in New Issue
Block a user