mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
ci: reduce severity of caps 404
This commit is contained in:
committed by
alexiscatnip
parent
897f839a6b
commit
2daf3aa554
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user