mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
implement a few more messages
This commit is contained in:
@@ -13,7 +13,7 @@ namespace nksrv.Utils
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void Log(LogMessageReceivedEventArgs logEvent)
|
||||
@@ -26,7 +26,12 @@ namespace nksrv.Utils
|
||||
{
|
||||
msg = msg.Substring(msg.IndexOf("]") + 2);
|
||||
}
|
||||
Console.WriteLine(msg);
|
||||
|
||||
// ignore telemtry server errors
|
||||
if (!msg.StartsWith("POST /v2/dr/getsid: \"404 Not Found\""))
|
||||
{
|
||||
Console.WriteLine(msg);
|
||||
}
|
||||
|
||||
Console.ForegroundColor = fg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user