ci: reduce severity of caps 404

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 897f839a6b
commit 2daf3aa554
+2 -2
View File
@@ -292,8 +292,8 @@ namespace OpenMetaverse
((HttpWebResponse)exception.Response).StatusCode == HttpStatusCode.NotFound)
{
// 404 error
Logger.Log("Seed capability returned a 404, capability system is aborting",
Helpers.LogLevel.Error);
Logger.Log("Seed capability returned a 404, capability system is aborting : "+ client._CapName,
Helpers.LogLevel.Warning);
}
else
{