Skip to content

Commit

Permalink
Updated audit message
Browse files Browse the repository at this point in the history
  • Loading branch information
therealjordanlee committed Feb 15, 2020
1 parent 00a6ba1 commit 5d67650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/AuditService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void Subscribe(ITransactionService transactionService)

private void WriteAuditLog(object sender, TransactionProcessedEventArgs e)
{
Console.WriteLine($"AUDIT LOG: {e.TransactionType} {e.Amount}");
Console.WriteLine($"AUDIT LOG: {e.TransactionType} for ${e.Amount} processed");
}
}
}

0 comments on commit 5d67650

Please sign in to comment.