mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: log dispatch errors correctly
This commit is contained in:
parent
12ab02f087
commit
62cd28b1f0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class DispatchService
|
|||
{
|
||||
if (isVerify)
|
||||
throw;
|
||||
_logger.Error("Could not dispatch webhook request!", e);
|
||||
_logger.Error(e, "Could not dispatch webhook request!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue