mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 09:06:10 +02:00
Fix get host list log message
This commit is contained in:
@@ -194,7 +194,7 @@ public class ApiManager
|
|||||||
|
|
||||||
private async void GetHostList(object? sender, MessageRecivedEventArgs<NetworkSocket> recivedEventArgs)
|
private async void GetHostList(object? sender, MessageRecivedEventArgs<NetworkSocket> recivedEventArgs)
|
||||||
{
|
{
|
||||||
SendNotificationMessageNewLine($"{recivedEventArgs.IpAddress} > Requesting file list", NotificationMessageType.Log);
|
SendNotificationMessageNewLine($"{recivedEventArgs.IpAddress} > Requesting host list", NotificationMessageType.Log);
|
||||||
|
|
||||||
List<NetworkSocket> hostsToSend = HostsManager.ToList();
|
List<NetworkSocket> hostsToSend = HostsManager.ToList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user