Update Jellyfin.Server/Program.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
David 2020-07-16 11:21:46 +02:00 committed by GitHub
parent 7367e667f7
commit fa4e0a73d5
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}");
_logger.LogInformation("Kestrel listening to unix socket {socketPath}", socketPath);
}
})
.ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig))