mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ec9753b19e
commit
44e5ff4c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ namespace PepperDash.Core
|
|||
else
|
||||
{
|
||||
this.LogError("Error on connect: {error}", ie?.Message ?? e.Message);
|
||||
this.LogVerbose(ie ?? (Exception)e, "Exception details: ");
|
||||
this.LogVerbose(ie ?? e, "Exception details: ");
|
||||
}
|
||||
|
||||
disconnectLogged = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue