1
0
mirror of https://github.com/google/nomulus synced 2026-04-20 16:20:50 +00:00

Inject two fields into flows.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125453450
This commit is contained in:
cgoldfeder
2016-06-21 08:23:37 -07:00
committed by Ben McIlwain
parent c9a16f7f11
commit 317e92d88c
3 changed files with 9 additions and 10 deletions

View File

@@ -65,6 +65,7 @@ public class FlowRunner {
public EppOutput run() throws EppException {
String clientId = sessionMetadata.getClientId();
// This log is very fragile since it's used for ICANN reporting.
logger.infofmt(
COMMAND_LOG_FORMAT,
trid.getServerTransactionId(),
@@ -123,10 +124,8 @@ public class FlowRunner {
trid,
sessionMetadata,
credentials,
eppRequestSource,
isSuperuser,
now,
inputXmlBytes);
now);
}
/**