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:
jianglai 2018-05-31 08:02:56 -07:00 committed by Ben McIlwain
parent c0a7bde95e
commit af8b050446

View file

@ -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,