From 7b4b8e184d8d0f3bb5bf99885ab23c6c77d3c99b Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:16:47 +0100 Subject: [PATCH] Fix get host list log message --- HyperbolicDownloaderApi/Managment/ApiManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HyperbolicDownloaderApi/Managment/ApiManager.cs b/HyperbolicDownloaderApi/Managment/ApiManager.cs index 71e704a..e12ad9c 100644 --- a/HyperbolicDownloaderApi/Managment/ApiManager.cs +++ b/HyperbolicDownloaderApi/Managment/ApiManager.cs @@ -194,7 +194,7 @@ public class ApiManager private async void GetHostList(object? sender, MessageRecivedEventArgs recivedEventArgs) { - SendNotificationMessageNewLine($"{recivedEventArgs.IpAddress} > Requesting file list", NotificationMessageType.Log); + SendNotificationMessageNewLine($"{recivedEventArgs.IpAddress} > Requesting host list", NotificationMessageType.Log); List hostsToSend = HostsManager.ToList();