Update Jellyfin.Server/Program.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
David 2020-07-23 12:03:46 +02:00 committed by GitHub
parent 0e1bf316b5
commit 0e855953a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ namespace Jellyfin.Server
}
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))