Skip to content

Commit

Permalink
Update ReceivePingCommand.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed May 30, 2024
1 parent 540d4dd commit ce3fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moonglade.Pingback/ReceivePingCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public async Task<PingbackResponse> Handle(ReceivePingCommand request, Cancellat
}
catch (Exception e)
{
logger.LogError(e, nameof(ReceivePingCommandHandler));
logger.LogError(e, e.Message);
return PingbackResponse.GenericError;
}
}
Expand Down

0 comments on commit ce3fda0

Please sign in to comment.