Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 24, 2019
1 parent 9322027 commit dabeb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinox-etl/Etl/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module CmdParser =
let (Discovery.UriAndKey (endpointUri,_masterKey)) as discovery = x.Discovery
Log.Information("Destination CosmosDb {mode} {endpointUri} Database {database} Collection {collection}",
x.Mode, endpointUri, x.Database, x.Collection)
Log.Information("Destination CosmosDb CosmosDb timeout {timeout}s; Throttling retries {retries}, max wait {maxRetryWaitTime}s",
Log.Information("Destination CosmosDb timeout {timeout}s; Throttling retries {retries}, max wait {maxRetryWaitTime}s",
(let t = x.Timeout in t.TotalSeconds), x.Retries, x.MaxRetryWaitTime)
let c = CosmosConnector(x.Timeout, x.Retries, x.MaxRetryWaitTime, Log.Logger, mode=x.Mode)
c.Connect(name, discovery)
Expand Down

0 comments on commit dabeb49

Please sign in to comment.