mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Inject two fields into flows.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125453450
This commit is contained in:
parent
c9a16f7f11
commit
317e92d88c
3 changed files with 9 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue