diff options
| author | David <daullmer@gmail.com> | 2020-07-23 12:03:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 12:03:46 +0200 |
| commit | 0e855953a2078c2229cffedf015baa107be1cbf4 (patch) | |
| tree | 5510b0f73ccfcec7cddf576b6dd41364f93f6c4f /Jellyfin.Server/Program.cs | |
| parent | 0e1bf316b5c8da1d1f334fabe4a0abf77185f2e0 (diff) | |
Update Jellyfin.Server/Program.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 3a414d767..444a91c02 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -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)) |
