aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-16 11:21:46 +0200
committerGitHub <noreply@github.com>2020-07-16 11:21:46 +0200
commitfa4e0a73d5eb0b33dc85dffb2a2d35033c5ce698 (patch)
tree059b306a02d00e625b0dbe486adc5a26adf88f6b /Jellyfin.Server/Program.cs
parent7367e667f78057d0e26b8dc4f2b7f8641366b86a (diff)
Update Jellyfin.Server/Program.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 025de916f..3a414d767 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}");
+ _logger.LogInformation("Kestrel listening to unix socket {socketPath}", socketPath);
}
})
.ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig))