mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02: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:
parent
c0a7bde95e
commit
af8b050446
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue