Update Util.cs
This commit is contained in:
parent
4ee80608aa
commit
8722ec2309
|
|
@ -794,7 +794,7 @@ public static class Util
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
NetFuncs.InitUPnP(DeviceFound, DeviceLost);
|
NetFuncs.InitUPnP(DeviceFound, DeviceLost);
|
||||||
//ConsolePrint("UPnP: Service initialized", 3);
|
ConsolePrint("UPnP: Service initialized", 3);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue