mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Tweak log message a bit
SERVER and CLIENT is a bit hard to understand. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198721870
This commit is contained in:
@@ -125,7 +125,7 @@ public class ProxyServer implements Runnable {
|
||||
// This setter also calls channel.read() to request read operation.
|
||||
inboundChannel.config().setAutoRead(true);
|
||||
logger.atInfo().log(
|
||||
"Relay established: %s <-> %s\nSERVER: %s\nCLIENT: %s",
|
||||
"Relay established: %s <-> %s\nFRONTEND: %s\nBACKEND: %s",
|
||||
inboundProtocol.name(),
|
||||
outboundProtocol.name(),
|
||||
inboundChannel,
|
||||
|
||||
Reference in New Issue
Block a user