Fix get host list log message

This commit is contained in:
Stone_Red
2023-12-14 14:16:47 +01:00
parent 93aef05f3b
commit 7b4b8e184d
@@ -194,7 +194,7 @@ public class ApiManager
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();