mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 17:13:36 +02:00
Update Jellyfin.Server/Program.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7367e667f7
commit
fa4e0a73d5
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ namespace Jellyfin.Server
|
|||
}
|
||||
|
||||
options.ListenUnixSocket(socketPath);
|
||||
_logger.LogInformation($"Kestrel listening to unix socket {socketPath}");
|
||||
_logger.LogInformation("Kestrel listening to unix socket {socketPath}", socketPath);
|
||||
}
|
||||
})
|
||||
.ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig))
|
||||
|
|
|
|||
Loading…
Reference in a new issue