mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
reduce logging for player null
This commit is contained in:
parent
529b8e4c37
commit
e70290975d
2 changed files with 2 additions and 8 deletions
|
|
@ -109,7 +109,7 @@ public class FileTransferOrchestrator : DisposableMediatorSubscriberBase
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogCritical(ex, "Error during SendRequestInternal for {uri}", requestMessage.RequestUri);
|
||||
Logger.LogWarning(ex, "Error during SendRequestInternal for {uri}", requestMessage.RequestUri);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue