mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 20:43:14 +01:00
commit
ead257c392
1 changed files with 0 additions and 7 deletions
|
|
@ -134,18 +134,11 @@ namespace Emby.Server.Implementations.Logging
|
|||
{
|
||||
try
|
||||
{
|
||||
var any = false;
|
||||
|
||||
foreach (var message in _queue.GetConsumingEnumerable())
|
||||
{
|
||||
var bytes = Encoding.UTF8.GetBytes(message + Environment.NewLine);
|
||||
_fileStream.Write(bytes, 0, bytes.Length);
|
||||
|
||||
any = true;
|
||||
}
|
||||
|
||||
if (any)
|
||||
{
|
||||
_fileStream.Flush(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue