mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Move API request response size log to correct logging target
This commit is contained in:
parent
8dc76964a3
commit
974987550f
@ -42,7 +42,7 @@ namespace osu.Game.Online.API
|
|||||||
if (WebRequest != null)
|
if (WebRequest != null)
|
||||||
{
|
{
|
||||||
Response = ((OsuJsonWebRequest<T>)WebRequest).ResponseObject;
|
Response = ((OsuJsonWebRequest<T>)WebRequest).ResponseObject;
|
||||||
Logger.Log($"{GetType()} finished with response size of {WebRequest.ResponseStream.Length:#,0} bytes");
|
Logger.Log($"{GetType()} finished with response size of {WebRequest.ResponseStream.Length:#,0} bytes", LoggingTarget.Network);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user