mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Make some minor changes to logging messages and test names.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=205464581
This commit is contained in:
parent
9f83544113
commit
8f5be6e7a8
2 changed files with 2 additions and 3 deletions
|
@ -81,7 +81,7 @@ public class ProxyProtocolHandler extends ByteToMessageDecoder {
|
|||
remoteIP = headerArray[2];
|
||||
logger.atFine().log("Header parsed, using %s as remote IP.", remoteIP);
|
||||
} else {
|
||||
logger.atFine().log("Cannot parse the header, use source IP as a last resort.");
|
||||
logger.atFine().log("Cannot parse the header, using source IP as a last resort.");
|
||||
remoteIP = getSourceIP(ctx);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue