Skip to content

Commit

Permalink
sample: fix logging template (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Sep 15, 2023
1 parent 0646b3e commit 2f11b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public async Task PostIndex(string @params)
{
if (@params == null)
{
_logger.LogWarning("Param is null!", @params);
_logger.LogWarning("Param {param} is null!", @params);
}

await _gameService.FetchNextPhaseDataAsync();
Expand Down

0 comments on commit 2f11b30

Please sign in to comment.