Skip to content

Commit

Permalink
Merge pull request #2 from LykkeCity/LWDEV-9008
Browse files Browse the repository at this point in the history
Log message fix
  • Loading branch information
KonstantinRyazantsev committed Aug 28, 2018
2 parents de2b087 + 9e8eaf3 commit d23be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lykke.Tools.AssetMigrator/Implementations/Migrator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private async Task<BalanceEntity[]> GetBalancesAsync()
}
else
{
_log.Warning($"CashOut completed for client {balance.ClientId} with [{cashInResult.Status.ToString()}] status");
_log.Warning($"CashOut completed for client {balance.ClientId} with [{cashOutResult.Status.ToString()}] status");
}

_log.Info($"Completed {i + 1} of {balances.Count} migrations");
Expand Down

0 comments on commit d23be8b

Please sign in to comment.