mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 13:06:43 +00:00
Fix debug statement for secure client & server to remove the udp ref
This commit is contained in:
parent
b1e3102455
commit
7782f8747d
2 changed files with 2 additions and 2 deletions
|
|
@ -652,7 +652,7 @@ namespace PepperDash.Core
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Debug.Console(0, "GenericUdpServer DequeueEvent error: {0}\r", e);
|
Debug.Console(0, "DequeueEvent error: {0}\r", e);
|
||||||
}
|
}
|
||||||
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
||||||
if (DequeueLock != null)
|
if (DequeueLock != null)
|
||||||
|
|
|
||||||
|
|
@ -871,7 +871,7 @@ namespace PepperDash.Core
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Debug.Console(0, "GenericUdpServer DequeueEvent error: {0}\r", e);
|
Debug.Console(0, "DequeueEvent error: {0}\r", e);
|
||||||
}
|
}
|
||||||
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
||||||
if (DequeueLock != null)
|
if (DequeueLock != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue