Update Jellyfin.Server/Program.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
pull/3532/head
David 4 years ago committed by GitHub
parent 0e1bf316b5
commit 0e855953a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,7 +356,7 @@ namespace Jellyfin.Server
} }
options.ListenUnixSocket(socketPath); options.ListenUnixSocket(socketPath);
_logger.LogInformation("Kestrel listening to unix socket {socketPath}", socketPath); _logger.LogInformation("Kestrel listening to unix socket {SocketPath}", socketPath);
} }
}) })
.ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig)) .ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig))

Loading…
Cancel
Save